wok-next diff usbids/receipt @ rev 12444
openconnect: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 21 18:23:52 2012 +0200 (2012-04-21) |
parents | |
children | aac186c7f28e |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/usbids/receipt Sat Apr 21 18:23:52 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="usbids" 1.7 +VERSION="20111016" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="usb.ids file" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +DEPENDS="" 1.12 +TARBALL="usb-$VERSION.ids" 1.13 +WEB_SITE="http://www.linux-usb.org/" 1.14 +WGET_URL="http://www.linux-usb.org/usb.ids" 1.15 + 1.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.17 +genpkg_rules() 1.18 +{ 1.19 + mkdir -p $fs/usr/share 1.20 + cp -a $src/usb-$VERSION.ids $fs/usr/share/usb.ids 1.21 +} 1.22 +