Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3d80beea8380097acdf928a082fe208166b6e125
commit 3d80beea8380097acdf928a082fe208166b6e125 Author: Devil505 <[EMAIL PROTECTED]> Date: Mon Nov 24 00:02:45 2008 +0100 dkopp-4.4-1-i686 * new package diff --git a/source/xapps-extra/dkopp/FrugalBuild b/source/xapps-extra/dkopp/FrugalBuild new file mode 100644 index 0000000..8d241dd --- /dev/null +++ b/source/xapps-extra/dkopp/FrugalBuild @@ -0,0 +1,27 @@ +# Compiling Time: 0 SBU +# Maintainer: Devil505 <[EMAIL PROTECTED]> + +pkgname=dkopp +pkgver=4.4 +pkgrel=1 +pkgdesc="Program to copy or back-up disk files to DVD." +url="http://kornelix.squarespace.com/$pkgname/" +depends=('gtk+2') +options=('scriptlet') +groups=('xapps-extra') +archs=('i686' 'x86_64') +up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" +source=(http://kornelix.squarespace.com/storage/$pkgname/$pkgname-$pkgver.tar.gz) +_F_cd_path="$pkgname" +sha1sums=('f9e6751486b07f523ab2a0eae208e6ccbdd46c66') + +build() +{ + Fcd + export PREFIX=/usr + Fsed "@xdg-desktop-menu" "[EMAIL PROTECTED]" Makefile + Fmake + Fmakeinstall + Fmkdir usr/share/applications/ + make LAUNCHER=$Fdestdir/usr/share/applications/$pkgname.desktop launcher || Fdie +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
