# xfburn # Writer: M0E-lnx # NOTES: This port depends on svn to get the source tree # No official releases for this yet, just svn source # This means I can't guarantee this script will work # every time. If it fails, try again some time later # remember, svn is live code. # Depends on: Xfce, libburn >= 0.3.3 libisofs >= 0.2.8 name=xfburn version=`date -u +%m%d%Y` release=1 build () { svn co http://svn.xfce.org/svn/xfce/$name/trunk $name cd $name ./autogen.sh \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/man \ --with-included-gettext make make DESTDIR=$PKG install-strip }