Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=400b61701681bf458f69c14e969e2918557daa55
commit 400b61701681bf458f69c14e969e2918557daa55 Author: James Buren <[email protected]> Date: Sun Aug 19 20:25:54 2012 -0500 hwdata-20120815-1-x86_64 * move to base * version bump diff --git a/source/base/hwdata/FrugalBuild b/source/base/hwdata/FrugalBuild new file mode 100644 index 0000000..4ec761e --- /dev/null +++ b/source/base/hwdata/FrugalBuild @@ -0,0 +1,21 @@ +# Compiling Time: 0.05 SBU +# Maintainer: bouleetbil <[email protected]> + +pkgname=hwdata +pkgver=20120815 +pkgrel=1 +pkgdesc="Hardware identification and configuration data" +url=http://github.com/gentoo/hwids +depends=('kmod') +groups=('base') +archs=('i686' 'x86_64') +up2date="Flasttar http://ftp.frugalware.org/pub/other/sources/$pkgname" +source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/$pkgname-$pkgver.tar.xz) +sha1sums=('8184436b35479542f0cf58411869add36e087ee8') +_F_cd_path=$pkgname + +build() { + Fcd $pkgname + Ffilerel /usr/share/hwdata/usb.ids + Ffilerel /usr/share/hwdata/pci.ids +} diff --git a/source/lib/hwdata/FrugalBuild b/source/lib/hwdata/FrugalBuild deleted file mode 100644 index 2acd336..0000000 --- a/source/lib/hwdata/FrugalBuild +++ /dev/null @@ -1,20 +0,0 @@ -# Compiling Time: 0.05 SBU -# Maintainer: bouleetbil <[email protected]> - -pkgname=hwdata -pkgver=20110805 -pkgrel=2 -pkgdesc="Hardware identification and configuration data" -url=http://git.fedorahosted.org/git/hwdata.git -depends=('module-init-tools') -groups=('lib') -archs=('i686' 'x86_64') -up2date="Flasttar http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/" -source=(http://ftp.frugalware.org/pub/other/people/bouleetbil/sources/$pkgname-$pkgver.tar.bz2) -sha1sums=('91d3ee120d7c8ff5b091a3be7a9cee3a11ebe1a9') -_F_cd_path=$pkgname - -build() { - Fbuild - Frm etc/modprobe.d/blacklist.conf -} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
