wok-6.x view libsndfile-dev/receipt @ rev 6291
Up: pixman to 0.18.4 again. Added --enable-gtk=no so there are no gtk tests. Added xorg-libXrandr to gtk+ depends. Need for post_install to work.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Sep 15 20:05:28 2010 +0000 (2010-09-15) |
parents | 2a3ae5f78847 |
children | bc341388571d |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsndfile-dev"
4 VERSION="1.0.21"
5 CATEGORY="development"
6 SHORT_DESC="libsndfile devel files"
7 MAINTAINER="jozee@slitaz.org"
8 WANTED="libsndfile"
9 WEB_SITE="http://www.mega-nerd.com/libsndfile/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
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 $fs/usr/lib
18 }