# autopkg rules for bluefish # http://bluefish.openoffice.nl/download.php sub build { docfiles(qw(ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO)); shellcmd('./configure --prefix=/usr', 'configure'); shellcmd('make', 'make'); shellcmd("make install prefix=$PKGDIR/usr pixmapsdir=$PKGDIR/usr/share/pixmaps", 'make install'); }