wok annotate soundtouch/receipt @ rev 19156
Add: Unetbootin 625 (again)
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed May 25 12:16:11 2016 -0300 (2016-05-25) |
parents | 600aaedb561d |
children | a8e75e9bae6c |
rev | line source |
---|---|
slaxemulator@13102 | 1 # SliTaz package receipt. |
slaxemulator@13102 | 2 |
slaxemulator@13102 | 3 PACKAGE="soundtouch" |
slaxemulator@13102 | 4 VERSION="1.5.0" |
slaxemulator@13102 | 5 CATEGORY="multimedia" |
slaxemulator@13102 | 6 SHORT_DESC="An audio processing library" |
slaxemulator@13102 | 7 MAINTAINER="slaxemulator@gmail.com" |
pascal@15590 | 8 LICENSE="LGPL2.1" |
slaxemulator@13102 | 9 WEB_SITE="http://www.surina.net/soundtouch/" |
slaxemulator@13102 | 10 TARBALL="$PACKAGE-$VERSION.tar.gz" |
slaxemulator@13102 | 11 WGET_URL="$WEB_SITE/$TARBALL" |
pascal@15590 | 12 |
slaxemulator@13102 | 13 DEPENDS="gcc-lib-base" |
pascal@15616 | 14 BUILD_DEPENDS="libtool automake" |
slaxemulator@13102 | 15 |
slaxemulator@13102 | 16 # Rules to configure and make the package. |
slaxemulator@13102 | 17 compile_rules() |
slaxemulator@13102 | 18 { |
slaxemulator@13102 | 19 cd $src |
slaxemulator@13102 | 20 patch -Np1 -i $stuff/$PACKAGE-1.4.0-mmx-sse-compile-fix.patch |
slaxemulator@13102 | 21 ./configure --enable-shared $CONFIGURE_ARGS && make && make install |
slaxemulator@13102 | 22 } |
slaxemulator@13102 | 23 |
slaxemulator@13102 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
slaxemulator@13102 | 25 genpkg_rules() |
slaxemulator@13102 | 26 { |
slaxemulator@13102 | 27 mkdir -p $fs/usr/lib |
slaxemulator@13102 | 28 cp -a $install/usr/bin $fs/usr |
slaxemulator@13102 | 29 cp -a $install/usr/lib/*.so* $fs/usr/lib |
slaxemulator@13102 | 30 } |