wok-stable diff alsa-utils/receipt @ rev 2250
Add squirrelmail-calendard-file-backend
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 15 22:48:34 2009 +0000 (2009-02-15) |
parents | 67cf83a14956 |
children | 7a436db659a4 |
line diff
1.1 --- a/alsa-utils/receipt Tue Dec 09 20:42:29 2008 +0100 1.2 +++ b/alsa-utils/receipt Sun Feb 15 22:48:34 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-utils" 1.7 -VERSION="1.0.17" 1.8 +VERSION="1.0.18" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Alsa sound system utilities et config tools." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,8 +16,11 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + 1.17 + # Remove xmlto dependency 1.18 + patch -p1 -i ../stuff/alsactl-no-xmlto.patch && 1.19 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.20 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.21 + --mandir=/usr/share/man $CONFIGURE_ARGS && 1.22 make && 1.23 make DESTDIR=$PWD/_pkg install 1.24 }