wok-stable annotate libtorrent-dev/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents e5f66f079609
children e8dfa7a938d8
rev   line source
mimas@2018 1 # SliTaz package receipt.
mimas@2018 2
mimas@2018 3 PACKAGE="libtorrent-dev"
slaxemulator@6244 4 VERSION="0.12.6"
mimas@2018 5 CATEGORY="development"
mimas@2018 6 SHORT_DESC="Libtorrent development files."
mimas@2018 7 MAINTAINER="mimas@slitaz.org"
mimas@2018 8 WANTED="libtorrent"
mimas@2018 9 WEB_SITE="http://libtorrent.rakshasa.no/"
mimas@2018 10
mimas@2018 11 # Rules to gen a SliTaz package suitable for Tazpkg.
mimas@2018 12 genpkg_rules()
mimas@2018 13 {
mimas@2018 14 mkdir -p $fs/usr/lib/pkgconfig
mimas@2018 15 cp -a $_pkg/usr/include $fs/usr
mimas@2018 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
mimas@2018 17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
mimas@2018 18 }