wok-next view esound-dev/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
parents
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="esound-dev"
4 VERSION="0.2.41"
5 CATEGORY="development"
6 SHORT_DESC="nlightened Sound Daemon"
7 MAINTAINER="allan316@gmail.com"
8 #DEPENDS="audiofile"
9 #BUILD_DEPENDS="audiofile-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.tux.org/~ricdude/EsounD.html"
12 #WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/0.2/$TARBALL"
13 WANTED="esound"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 cp -a $_pkg/usr/lib/*.la $fs/usr/lib
21 cp -a $_pkg/usr/lib/*.a $fs/usr/lib
22 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
23 }