wok diff alsa-plugins/receipt @ rev 879
midori: fixe dependencies (Thanks MilkaJinka)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri Jun 06 23:03:22 2008 +0200 (2008-06-06) |
parents | |
children | da22f3822867 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/alsa-plugins/receipt Fri Jun 06 23:03:22 2008 +0200 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="alsa-plugins" 1.7 +VERSION="1.0.16" 1.8 +CATEGORY="multimedia" 1.9 +SHORT_DESC="Alsa sound system additionnal plugins." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="alsa-lib" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.alsa-project.org/" 1.14 +WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + ./configure \ 1.21 + --prefix=/usr \ 1.22 + $CONFIGURE_ARGS 1.23 + make 1.24 + make DESTDIR=$PWD/_pkg install 1.25 +} 1.26 + 1.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.28 +genpkg_rules() 1.29 +{ 1.30 + mkdir -p $fs/usr/lib/alsa-lib 1.31 + cp -a $_pkg/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib 1.32 +} 1.33 +