wok view usbids/receipt @ rev 16933

xorg-base-fonts: addinfo about nonexistent required font. Xterm-menu now works with fonts.dir. xvkbd-koi8 only on livecd locale
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jul 20 15:31:48 2014 +0200 (2014-07-20)
parents f13bd223c231
children 1efb4b8ecf3d
line source
1 # SliTaz package receipt.
3 PACKAGE="usbids"
4 VERSION="20140315"
5 CATEGORY="misc"
6 SHORT_DESC="usb.ids file"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="PublicDomain"
9 TARBALL="usb-$VERSION.ids"
10 WEB_SITE="http://www.linux-usb.org/"
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 cp -a $src/usb-$VERSION.ids $fs/usr/share/misc/usb.ids
19 gzip $fs/usr/share/misc/usb.ids
20 }