# SliTaz package receipt. PACKAGE="libtorrent-dev" VERSION="0.13.8" CATEGORY="development" SHORT_DESC="Libtorrent development files." MAINTAINER="mimas@slitaz.org" LICENSE="GPL2" WEB_SITE="https://rakshasa.github.io/rtorrent/" DEPENDS="libtorrent pkg-config" WANTED="libtorrent" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib/pkgconfig cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig }