wok rev 15616
Add some autoconf/automake bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 08 08:52:14 2013 +0000 (2013-12-08) |
parents | 6532d445e8a8 |
children | dc0ce6d01be6 |
files | afpfs-ng/receipt boinc/receipt foomatic-filters/receipt geoip/receipt glib/receipt jasper/receipt lesstif/receipt lsdvd/receipt pam_ssh/receipt rdpdesk/receipt slurm/receipt soundtouch/receipt sysfsutils/receipt xine-lib/receipt |
line diff
1.1 --- a/afpfs-ng/receipt Sun Dec 08 08:30:57 2013 +0000 1.2 +++ b/afpfs-ng/receipt Sun Dec 08 08:52:14 2013 +0000 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.5 1.6 DEPENDS="fuse libgcrypt readline gmp" 1.7 -BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp" 1.8 +BUILD_DEPENDS="libgcrypt-dev readline-dev gmp-dev fuse-dev gmp automake" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules()
2.1 --- a/boinc/receipt Sun Dec 08 08:30:57 2013 +0000 2.2 +++ b/boinc/receipt Sun Dec 08 08:52:14 2013 +0000 2.3 @@ -14,7 +14,7 @@ 2.4 # The init script requires bash. 2.5 DEPENDS="openssl libcurl wxWidgets libnotify bash" 2.6 BUILD_DEPENDS="subversion openssl-dev autoconf automake curl-dev libidn-dev \ 2.7 -wxWidgets-dev libnotify-dev sqlite-dev" 2.8 +wxWidgets-dev libnotify-dev sqlite-dev file" 2.9 2.10 # Rules to configure and make the package. 2.11 compile_rules()
3.1 --- a/foomatic-filters/receipt Sun Dec 08 08:30:57 2013 +0000 3.2 +++ b/foomatic-filters/receipt Sun Dec 08 08:52:14 2013 +0000 3.3 @@ -12,7 +12,7 @@ 3.4 TAGS="printer driver printing" 3.5 3.6 DEPENDS="ghostscript gcc-lib-base" 3.7 -BUILD_DEPENDS="ghostscript-dev cups-dev cups a2ps" 3.8 +BUILD_DEPENDS="ghostscript-dev cups-dev cups a2ps autoconf" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()
4.1 --- a/geoip/receipt Sun Dec 08 08:30:57 2013 +0000 4.2 +++ b/geoip/receipt Sun Dec 08 08:52:14 2013 +0000 4.3 @@ -12,7 +12,7 @@ 4.4 WGET_URL="http://www.maxmind.com/download/geoip/api/c/$TARBALL" 4.5 4.6 DEPENDS="zlib" 4.7 -BUILD_DEPENDS="zlib-dev" 4.8 +BUILD_DEPENDS="zlib-dev automake autoconf" 4.9 4.10 # Rules to configure and make the package. 4.11 compile_rules()
5.1 --- a/glib/receipt Sun Dec 08 08:30:57 2013 +0000 5.2 +++ b/glib/receipt Sun Dec 08 08:52:14 2013 +0000 5.3 @@ -12,7 +12,7 @@ 5.4 5.5 DEPENDS="pcre libffi libxml2 elfutils" 5.6 BUILD_DEPENDS="pcre-dev libffi-dev gettext zlib-dev perl python python-dev \ 5.7 -elfutils-dev libxml2-dev libxml2-tools" 5.8 +elfutils-dev libxml2-dev libxml2-tools automake" 5.9 5.10 # Rules to configure and make the package. 5.11 compile_rules()
6.1 --- a/jasper/receipt Sun Dec 08 08:30:57 2013 +0000 6.2 +++ b/jasper/receipt Sun Dec 08 08:52:14 2013 +0000 6.3 @@ -12,7 +12,7 @@ 6.4 TAGS="jpeg jpg photo" 6.5 6.6 DEPENDS="xorg-libXi xorg-libXmu jpeg freeglut libglu-mesa util-linux-uuid" 6.7 -BUILD_DEPENDS="jpeg-dev xorg-libXi-dev xorg-libXmu-dev" 6.8 +BUILD_DEPENDS="jpeg-dev xorg-libXi-dev xorg-libXmu-dev autoconf" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules()
7.1 --- a/lesstif/receipt Sun Dec 08 08:30:57 2013 +0000 7.2 +++ b/lesstif/receipt Sun Dec 08 08:52:14 2013 +0000 7.3 @@ -13,7 +13,7 @@ 7.4 DEPENDS="glibc-base xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ 7.5 xorg-libXdmcp xorg-libXext xorg-libXt util-linux-uuid freetype \ 7.6 xorg-libXp" 7.7 -BUILD_DEPENDS="xorg-dev xorg-xextproto util-linux-uuid-dev" 7.8 +BUILD_DEPENDS="xorg-dev xorg-xextproto util-linux-uuid-dev automake" 7.9 7.10 # Rules to configure and make the package. 7.11 compile_rules()
8.1 --- a/lsdvd/receipt Sun Dec 08 08:30:57 2013 +0000 8.2 +++ b/lsdvd/receipt Sun Dec 08 08:52:14 2013 +0000 8.3 @@ -11,7 +11,7 @@ 8.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 8.5 8.6 DEPENDS="libdvdread" 8.7 -BUILD_DEPENDS="libdvdread-dev" 8.8 +BUILD_DEPENDS="libdvdread-dev automake" 8.9 8.10 # Rules to configure and make the package. 8.11 compile_rules()
9.1 --- a/pam_ssh/receipt Sun Dec 08 08:30:57 2013 +0000 9.2 +++ b/pam_ssh/receipt Sun Dec 08 08:52:14 2013 +0000 9.3 @@ -11,7 +11,7 @@ 9.4 WGET_URL="$SF_MIRROR/pam-ssh/$TARBALL" 9.5 9.6 DEPENDS="pam libcrypto openssh-pam" 9.7 -BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam " 9.8 +BUILD_DEPENDS="pam-dev file openssl-dev openssh-pam automake" 9.9 9.10 # Rules to configure and make the package. 9.11 compile_rules()
10.1 --- a/rdpdesk/receipt Sun Dec 08 08:30:57 2013 +0000 10.2 +++ b/rdpdesk/receipt Sun Dec 08 08:52:14 2013 +0000 10.3 @@ -12,7 +12,7 @@ 10.4 10.5 DEPENDS="wxWidgets xorg-libXp xorg-libXaw libssl" 10.6 BUILD_DEPENDS="wxWidgets-dev xorg-imake jpeg-dev zlib-dev \ 10.7 -openssl-dev xorg-libXp" 10.8 +openssl-dev xorg-libXp autoconf" 10.9 SUGGESTED="wfica rdesktop" 10.10 10.11 # Rules to configure and make the package.
11.1 --- a/slurm/receipt Sun Dec 08 08:30:57 2013 +0000 11.2 +++ b/slurm/receipt Sun Dec 08 08:52:14 2013 +0000 11.3 @@ -11,7 +11,7 @@ 11.4 WGET_URL="http://www.wormulon.net/slurm/$TARBALL" 11.5 11.6 DEPENDS="ncurses" 11.7 -BUILD_DEPENDS="ncurses-dev" 11.8 +BUILD_DEPENDS="ncurses-dev automake autoconf" 11.9 11.10 # Rules to configure and make the package. 11.11 compile_rules()
12.1 --- a/soundtouch/receipt Sun Dec 08 08:30:57 2013 +0000 12.2 +++ b/soundtouch/receipt Sun Dec 08 08:52:14 2013 +0000 12.3 @@ -11,7 +11,7 @@ 12.4 WGET_URL="$WEB_SITE/$TARBALL" 12.5 12.6 DEPENDS="gcc-lib-base" 12.7 -BUILD_DEPENDS="libtool" 12.8 +BUILD_DEPENDS="libtool automake" 12.9 12.10 # Rules to configure and make the package. 12.11 compile_rules()
13.1 --- a/sysfsutils/receipt Sun Dec 08 08:30:57 2013 +0000 13.2 +++ b/sysfsutils/receipt Sun Dec 08 08:52:14 2013 +0000 13.3 @@ -6,11 +6,13 @@ 13.4 SHORT_DESC="Utilites built upon sysfs." 13.5 MAINTAINER="pankso@slitaz.org" 13.6 LICENSE="GPL2 LGPL2.1" 13.7 -DEPENDS="linux" 13.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 13.9 WEB_SITE="http://linux-diag.sourceforge.net/Sysfsutils.html" 13.10 WGET_URL="$SF_MIRROR/linux-diag/$TARBALL" 13.11 13.12 +DEPENDS="linux" 13.13 +BLUID_DEPENDS="sysfsutils" 13.14 + 13.15 # Rules to configure and make the package. 13.16 compile_rules() 13.17 {
14.1 --- a/xine-lib/receipt Sun Dec 08 08:30:57 2013 +0000 14.2 +++ b/xine-lib/receipt Sun Dec 08 08:52:14 2013 +0000 14.3 @@ -16,7 +16,7 @@ 14.4 libtheora xorg-libXvMC xorg-libXv libxcb ffmpeg" 14.5 BUILD_DEPENDS="xorg-libXvMC-dev xorg-libXv-dev xorg-xextproto xorg-videoproto \ 14.6 alsa-lib-dev libogg-dev libvorbis-dev libtheora-dev freetype-dev perl \ 14.7 -pkg-config util-linux-uuid-dev libxcb-dev libxcb-dev ffmpeg-dev" 14.8 +pkg-config util-linux-uuid-dev libxcb-dev libxcb-dev ffmpeg-dev file" 14.9 14.10 # Rules to configure and make the package. 14.11 compile_rules()