wok view libtorrent-dev/receipt @ rev 4627
Up: mpg123 (1.10.0)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Dec 20 12:01:50 2009 +0000 (2009-12-20) |
parents | facd37b25355 |
children | 3541e02e9ad4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libtorrent-dev"
4 VERSION="0.12.5"
5 CATEGORY="development"
6 SHORT_DESC="Libtorrent development files."
7 MAINTAINER="mimas@slitaz.org"
8 WANTED="libtorrent"
9 WEB_SITE="http://libtorrent.rakshasa.no/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/pkgconfig
15 cp -a $_pkg/usr/include $fs/usr
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
18 }