wok-next view usbids/receipt @ rev 17941
boxbackup-server, privoxy: fix post_install (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 15 10:45:00 2015 +0200 (2015-04-15) |
parents | 1efb4b8ecf3d |
children | da990bedb23e |
line source
1 # SliTaz package receipt.
3 PACKAGE="usbids"
4 VERSION="20140731"
5 CATEGORY="misc"
6 SHORT_DESC="usb.ids file"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.linux-usb.org/"
10 TARBALL="usb-$VERSION.ids"
11 WGET_URL="${WEB_SITE}usb.ids"
12 HOST_ARCH="i486 arm"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/misc
18 gzip -c $src/usb-$VERSION.ids > $fs/usr/share/misc/usb.ids.gz
19 }