hwids: update to 20150421
This commit is contained in:
parent
f2cfcf6085
commit
361b360c74
1 changed files with 4 additions and 6 deletions
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'hwids'
|
# Template file for 'hwids'
|
||||||
pkgname=hwids
|
pkgname=hwids
|
||||||
version=20150129
|
version=20150421
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
create_wrksrc=yes
|
wrksrc="hwids-hwids-${version}"
|
||||||
hostmakedepends="git"
|
|
||||||
short_desc="Hardware Identification Databases"
|
short_desc="Hardware Identification Databases"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/gentoo/hwids"
|
homepage="https://github.com/gentoo/hwids"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="https://github.com/gentoo/hwids/archive/hwids-${version}.tar.gz"
|
||||||
|
checksum=2c3ced90c069392f1f6ccdf7a8541ea2c3d871c575b8b6b02129e62bcec6f6a4
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
git clone -b hwids-${version} git://github.com/gentoo/hwids hwids-${version}
|
|
||||||
}
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/hwdata
|
vmkdir usr/share/hwdata
|
||||||
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
install -m644 *.ids ${DESTDIR}/usr/share/hwdata
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue