# SliTaz package receipt. PACKAGE="usbredir-dev" VERSION="0.8.0" CATEGORY="development" SHORT_DESC="A protocol to send USB traffic over a network connection - development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2 LGPL2.1" WEB_SITE="https://www.spice-space.org/usbredir.html" DEPENDS="pkg-config usbredir" WANTED="usbredir" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib }