wok-6.x rev 1634
Add CONFIG_FILES for alsa-utils gtk+ pango ppp
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 23 20:35:54 2008 +0000 (2008-10-23) |
parents | eea0bde9b32e |
children | 4e3c588a6fd3 |
files | alsa-utils/receipt gtk+/receipt pango/receipt ppp/receipt |
line diff
1.1 --- a/alsa-utils/receipt Thu Oct 23 20:33:28 2008 +0000 1.2 +++ b/alsa-utils/receipt Thu Oct 23 20:35:54 2008 +0000 1.3 @@ -10,6 +10,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.alsa-project.org/" 1.6 WGET_URL="ftp://ftp.alsa-project.org/pub/utils/$TARBALL" 1.7 +CONFIG_FILES="/etc/asound.state" 1.8 1.9 # Rules to configure and make the package. 1.10 compile_rules()
2.1 --- a/gtk+/receipt Thu Oct 23 20:33:28 2008 +0000 2.2 +++ b/gtk+/receipt Thu Oct 23 20:35:54 2008 +0000 2.3 @@ -12,6 +12,7 @@ 2.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.5 WEB_SITE="http://www.gtk.org/" 2.6 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/$TARBALL" 2.7 +CONFIG_FILES="/etc/gtk-2.0" 2.8 2.9 # Rules to configure and make the package. 2.10 compile_rules() 2.11 @@ -22,8 +23,8 @@ 2.12 --sysconfdir=/etc \ 2.13 --mandir=/usr/share/man \ 2.14 --with-html-dir=/usr/share/doc \ 2.15 - $CONFIGURE_ARGS 2.16 - make 2.17 + $CONFIGURE_ARGS && 2.18 + make && 2.19 make DESTDIR=$PWD/_pkg install 2.20 } 2.21
3.1 --- a/pango/receipt Thu Oct 23 20:33:28 2008 +0000 3.2 +++ b/pango/receipt Thu Oct 23 20:35:54 2008 +0000 3.3 @@ -9,6 +9,7 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.5 WEB_SITE="http://www.pango.org/" 3.6 WGET_URL="ftp://ftp.gtk.org/pub/pango/1.20/$TARBALL" 3.7 +CONFIG_FILES="/etc/pango" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules() 3.11 @@ -19,8 +20,8 @@ 3.12 --sysconfdir=/etc \ 3.13 --mandir=/usr/share/man \ 3.14 --with-html-dir=/usr/share/doc \ 3.15 - $CONFIGURE_ARGS 3.16 - make 3.17 + $CONFIGURE_ARGS && 3.18 + make && 3.19 make DESTDIR=$PWD/_pkg install 3.20 } 3.21
4.1 --- a/ppp/receipt Thu Oct 23 20:33:28 2008 +0000 4.2 +++ b/ppp/receipt Thu Oct 23 20:35:54 2008 +0000 4.3 @@ -8,14 +8,15 @@ 4.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.5 WEB_SITE="http://ppp.samba.org/" 4.6 WGET_URL="ftp://ftp.samba.org/pub/ppp/$TARBALL" 4.7 +CONFIG_FILES="/etc/ppp" 4.8 4.9 # Rules to configure and make the package. 4.10 compile_rules() 4.11 { 4.12 cd $src 4.13 ./configure --prefix=/usr --mandir=/usr/share/man \ 4.14 - $CONFIGURE_ARGS 4.15 - make 4.16 + $CONFIGURE_ARGS && 4.17 + make && 4.18 make DESTDIR=$PWD/_pkg/usr install 4.19 } 4.20