wok-next rev 20228
update some bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Nov 06 00:09:37 2017 +0100 (2017-11-06) |
parents | 1380bdd8d71c |
children | c37d2f8310e0 |
files | ftgl-dev/receipt ftgl/receipt hfsprescue/receipt john/receipt powermanga/receipt pysdm/receipt verbiste/receipt xpad/receipt xpat2/receipt xrick/receipt xsnow/receipt xtel/receipt |
line diff
1.1 --- a/ftgl-dev/receipt Sun Nov 05 23:23:24 2017 +0100 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,21 +0,0 @@ 1.4 -# SliTaz package receipt. 1.5 - 1.6 -PACKAGE="ftgl-dev" 1.7 -VERSION="2.1.3-rc5" 1.8 -CATEGORY="development" 1.9 -SHORT_DESC="devel files for ftgl" 1.10 -MAINTAINER="slaxemulator@gmail.com" 1.11 -LICENSE="GPL2" 1.12 -WEB_SITE="http://ftgl.wiki.sourceforge.net/" 1.13 -WANTED="ftgl" 1.14 - 1.15 -DEPENDS="ftgl pkg-config" 1.16 - 1.17 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 -genpkg_rules() 1.19 -{ 1.20 - mkdir -p $fs/usr/lib 1.21 - cp -a $install/usr/include $fs/usr 1.22 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.24 -}
2.1 --- a/ftgl/receipt Sun Nov 05 23:23:24 2017 +0100 2.2 +++ b/ftgl/receipt Mon Nov 06 00:09:37 2017 +0100 2.3 @@ -1,4 +1,4 @@ 2.4 -# SliTaz package receipt. 2.5 +# SliTaz package receipt v2. 2.6 2.7 PACKAGE="ftgl" 2.8 VERSION="2.1.3-rc5" 2.9 @@ -10,13 +10,13 @@ 2.10 WEB_SITE="http://ftgl.wiki.sourceforge.net/" 2.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.12 2.13 -DEPENDS="freetype freeglut mesa libglu-mesa" 2.14 -BUILD_DEPENDS="$DEPENDS freetype-dev freeglut-dev mesa-dev libglu-mesa-dev" 2.15 +BUILD_DEPENDS="$DEPENDS freetype-dev freeglut-dev mesa-dev libglu-mesa-dev \ 2.16 +expat-dev xorg-libxshmfence-dev" 2.17 +SPLIT="ftgl-dev" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - cd $src 2.23 # Binutils 2.22 break many packages build without LDFLAGS set correctly. 2.24 export LDFLAGS="$LDFLAGS -Wl,--copy-dt-needed-entries -lGL" 2.25 ./configure \ 2.26 @@ -28,7 +28,19 @@ 2.27 # Rules to gen a SliTaz package suitable for Tazpkg. 2.28 genpkg_rules() 2.29 { 2.30 - mkdir -p $fs/usr/lib 2.31 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.32 + case $PACKAGE in 2.33 + ftgl) 2.34 + DEPENDS="freetype freeglut mesa libglu-mesa" 2.35 + mkdir -p $fs/usr/lib 2.36 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.37 + ;; 2.38 + ftgl-dev) 2.39 + CAT="development|devel files" 2.40 + DEPENDS="ftgl pkg-config" 2.41 + mkdir -p $fs/usr/lib 2.42 + cp -a $install/usr/include $fs/usr 2.43 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 2.44 + cp -a $install/usr/lib/*.*a $fs/usr/lib 2.45 + ;; 2.46 + esac 2.47 } 2.48 -
3.1 --- a/hfsprescue/receipt Sun Nov 05 23:23:24 2017 +0100 3.2 +++ b/hfsprescue/receipt Mon Nov 06 00:09:37 2017 +0100 3.3 @@ -11,6 +11,7 @@ 3.4 WGET_URL="http://download.plop.at/$PACKAGE/$TARBALL" 3.5 3.6 DEPENDS="gcc-lib-base" 3.7 +BUILD_DEPENDS="zlib-dev" 3.8 3.9 # Rules to configure and make the package. 3.10 compile_rules()
4.1 --- a/john/receipt Sun Nov 05 23:23:24 2017 +0100 4.2 +++ b/john/receipt Mon Nov 06 00:09:37 2017 +0100 4.3 @@ -12,7 +12,7 @@ 4.4 CONFIG_FILES="/etc/john/john.conf" 4.5 4.6 DEPENDS="openssl libdes" 4.7 -BUILD_DEPENDS="libdes-dev openssl-dev" 4.8 +BUILD_DEPENDS="libdes-dev openssl-dev zlib-dev" 4.9 4.10 PATCH="http://www.openwall.com/john/g/$PACKAGE-$VERSION-jumbo-7.diff.gz" 4.11 EXTRA_SOURCE_FILES="$PATCH"
5.1 --- a/powermanga/receipt Sun Nov 05 23:23:24 2017 +0100 5.2 +++ b/powermanga/receipt Mon Nov 06 00:09:37 2017 +0100 5.3 @@ -11,14 +11,13 @@ 5.4 WGET_URL="http://linux.tlk.fr/games/Powermanga/download/$TARBALL" 5.5 5.6 DEPENDS="libsdl-mixer zlib" 5.7 -BUILD_DEPENDS="libsdl-dev zlib-dev libsdl-mixer-dev" 5.8 +BUILD_DEPENDS="libsdl-dev zlib-dev libsdl-mixer-dev xorg-libXext" 5.9 5.10 # Packaging for SliTaz by Rene Rivero. 5.11 5.12 # Rules to configure and make the package. 5.13 compile_rules() 5.14 { 5.15 - cd $src 5.16 sed -i 's|SDL_mixer.h|SDL/SDL_mixer.h|' src/sdl_mixer.cpp 5.17 sed -i '239,243 s|^|// |' src/sdl_mixer.cpp 5.18 ./configure && make && make install
6.1 --- a/pysdm/receipt Sun Nov 05 23:23:24 2017 +0100 6.2 +++ b/pysdm/receipt Mon Nov 06 00:09:37 2017 +0100 6.3 @@ -11,13 +11,11 @@ 6.4 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 6.5 6.6 DEPENDS="pygtk" 6.7 -BUILD_DEPENDS="python python-dev" 6.8 +BUILD_DEPENDS="python python-dev gettext-tools" 6.9 6.10 # Rules to configure and make the package. 6.11 compile_rules() 6.12 { 6.13 - 6.14 - cd $src 6.15 sed -i 's/gksudo/subox/;s/Settings;//' data/pysdm.desktop 6.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 6.17 --mandir=/usr/share/man \
7.1 --- a/verbiste/receipt Sun Nov 05 23:23:24 2017 +0100 7.2 +++ b/verbiste/receipt Mon Nov 06 00:09:37 2017 +0100 7.3 @@ -16,7 +16,6 @@ 7.4 # Rules to configure and make the package. 7.5 compile_rules() 7.6 { 7.7 - cd $src 7.8 ./configure $CONFIGURE_ARGS && 7.9 make && make install 7.10 }
8.1 --- a/xpad/receipt Sun Nov 05 23:23:24 2017 +0100 8.2 +++ b/xpad/receipt Mon Nov 06 00:09:37 2017 +0100 8.3 @@ -12,7 +12,7 @@ 8.4 HANDBOOK_URL="http://www.slitaz.org/doc/handbook/utilities.html#xpad" 8.5 8.6 DEPENDS="gtk+ util-linux-uuid xorg-libICE xorg-libSM" 8.7 -BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget" 8.8 +BUILD_DEPENDS="gtk+-dev xorg-libSM-dev wget intltool" 8.9 GENERIC_PIXMAPS="no" 8.10 8.11 # Rules to configure and make the package.
9.1 --- a/xpat2/receipt Sun Nov 05 23:23:24 2017 +0100 9.2 +++ b/xpat2/receipt Mon Nov 06 00:09:37 2017 +0100 9.3 @@ -11,11 +11,11 @@ 9.4 WGET_URL="http://www.ibiblio.org/pub/Linux/games/solitaires/$TARBALL" 9.5 9.6 DEPENDS="xorg-libX11 xorg-libXt xorg-libXaw" 9.7 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXt-dev xorg-libXaw-dev" 9.8 9.9 # Rules to configure and make the package. 9.10 compile_rules() 9.11 { 9.12 - cd $src 9.13 for i in xpat2.patch layout.patch ; do 9.14 [ -f done.$i ] && continue 9.15 patch -p1 < $stuff/$i
10.1 --- a/xrick/receipt Sun Nov 05 23:23:24 2017 +0100 10.2 +++ b/xrick/receipt Mon Nov 06 00:09:37 2017 +0100 10.3 @@ -11,7 +11,7 @@ 10.4 WGET_URL="http://www.bigorno.net/xrick/$TARBALL" 10.5 10.6 DEPENDS="libsdl zlib" 10.7 -BUILD_DEPENDS="libsdl-dev" 10.8 +BUILD_DEPENDS="libsdl-dev zlib-dev" 10.9 10.10 # Rules to configure and make the package. 10.11 compile_rules()
11.1 --- a/xsnow/receipt Sun Nov 05 23:23:24 2017 +0100 11.2 +++ b/xsnow/receipt Mon Nov 06 00:09:37 2017 +0100 11.3 @@ -11,7 +11,8 @@ 11.4 WGET_URL="$WEB_SITE/$TARBALL" 11.5 11.6 DEPENDS="xorg-libXpm xorg-libXext" 11.7 -BUILD_DEPENDS="xorg-imake xorg-gccmakedep" 11.8 +BUILD_DEPENDS="xorg-imake xorg-gccmakedep xorg-libX11-dev xorg-libXpm-dev \ 11.9 +xorg-libXext-dev xorg-libXt-dev" 11.10 11.11 # Rules to configure and make the package. 11.12 compile_rules()
12.1 --- a/xtel/receipt Sun Nov 05 23:23:24 2017 +0100 12.2 +++ b/xtel/receipt Mon Nov 06 00:09:37 2017 +0100 12.3 @@ -14,12 +14,12 @@ 12.4 12.5 DEPENDS="ncurses-extra jpeg xorg-libXp xorg" 12.6 BUILD_DEPENDS="xorg-imake xorg-cf-files xorg-gccmakedep xorg-xbitmaps \ 12.7 -xorg-libXp xorg-bdftopcf xorg-mkfontdir xorg-mkfontscale jpeg-dev" 12.8 +xorg-libXp xorg-bdftopcf xorg-mkfontdir xorg-mkfontscale jpeg-dev \ 12.9 +xorg-libXt-dev xorg-libXpm-dev xorg-libXaw-dev xorg-libXmu-dev" 12.10 12.11 # Rules to configure and make the package. 12.12 compile_rules() 12.13 { 12.14 - cd $src && 12.15 sed -i 's/sys_errlist.errno./strerror(errno)/' procedure.c teleinfo.c \ 12.16 mdmdetect.c xteld.c Xsra/SelFile.c 12.17 sed -i 's/sys_errlist.code_erreur./strerror(code_erreur)/' xaw.c xm.c