wok view usbip-dev/receipt @ rev 20009

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 05:22:36 2017 -0300 (2017-08-03)
parents 0fcac9995347
children 0611b115af70
line source
1 # SliTaz package receipt.
3 PACKAGE="usbip-dev"
4 VERSION="0.1.7"
5 CATEGORY="development"
6 SHORT_DESC="general USB device sharing system over IP network, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://usbip.sourceforge.net/"
10 WANTED="usbip"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 }