wok diff libsndfile/receipt @ rev 21332
Up libltdl (2.4.6), mtp-tools (1.1.16)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Apr 19 15:52:41 2019 +0200 (2019-04-19) |
parents | 9736e603f8a1 |
children | 83b97236db32 |
line diff
1.1 --- a/libsndfile/receipt Thu Apr 10 19:08:24 2014 +0000 1.2 +++ b/libsndfile/receipt Fri Apr 19 15:52:41 2019 +0200 1.3 @@ -1,19 +1,21 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libsndfile" 1.7 -VERSION="1.0.23" 1.8 +VERSION="1.0.28" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="A C library for reading and writing files containing sampled sound" 1.11 +SHORT_DESC="A C library for reading and writing files containing sampled sound." 1.12 MAINTAINER="jozee@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 +WEB_SITE="http://www.mega-nerd.com/libsndfile/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://www.mega-nerd.com/libsndfile/" 1.18 WGET_URL="$WEB_SITE/files/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="alsa-lib libvorbis" 1.22 BUILD_DEPENDS="alsa-lib-dev libvorbis-dev" 1.23 1.24 +HOST_ARCH="i486 arm" 1.25 + 1.26 # Handle slitaz arch 1.27 case "$SLITAZ_ARCH" in 1.28 i?86) DEPENDS="$DEPENDS flac" ;; 1.29 @@ -27,9 +29,11 @@ 1.30 # Rules to configure and make the package. 1.31 compile_rules() 1.32 { 1.33 - cd $src 1.34 - ./configure --prefix=/usr --disable-sqlite $CONFIGURE_ARGS && 1.35 - make && 1.36 + ./configure \ 1.37 + --prefix=/usr \ 1.38 + --disable-sqlite \ 1.39 + $CONFIGURE_ARGS && 1.40 + make -j 1 && 1.41 make DESTDIR=$DESTDIR install 1.42 } 1.43