Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0c6a4912183d459e8ce2c4cc26f5b23a425a4441
commit 0c6a4912183d459e8ce2c4cc26f5b23a425a4441 Author: Devil505 <[EMAIL PROTECTED]> Date: Sat Feb 9 10:25:37 2008 +0100 nvdock-1.02-1-i686 *New package *Closed FS#2399 diff --git a/source/xapps-extra/nvdock/FrugalBuild b/source/xapps-extra/nvdock/FrugalBuild new file mode 100644 index 0000000..577d7ec --- /dev/null +++ b/source/xapps-extra/nvdock/FrugalBuild @@ -0,0 +1,25 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <[EMAIL PROTECTED]> + +pkgname=nvdock +pkgver=1.02 +pkgrel=1 +pkgdesc="NVIDIA Dock is a tray icon for easy management of the settings for +NVIDIA video cards" +url="http://www.opsat.net/user/bob/projects/nvdock" +depends=('gtk+2' 'nvidia' 'freetype2' 'libxau' 'libxdmcp' 'libxdamage' 'libxext' 'libxml2') +options=('scriptlet') +groups=('xapps-extra') +archs=('i686') +up2date="lynx -dump $url | Flasttar" +source=(http://bobmajdakjr.googlecode.com/files/$pkgname-$pkgver.tar.bz2) +sha1sums=('2a640c78d1a3f6150432d37cd74dd8713317b796') + +build() { + Fcd + Fmake + Fmkdir usr/bin + Fexerel build/nvdock usr/bin/nvdock + Ficonrel data/nvdock.png + Finstallrel 644 data/nvdock.desktop usr/share/applications/nvdock.desktop +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
