wok-next rev 20335
Up openttd (1.7.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 16 18:27:48 2017 +0100 (2017-11-16) |
parents | 27bfe81dc6bd |
children | 2538504c27db |
files | mtd-utils/receipt n2nc/receipt ndppd/receipt openttd/receipt waterline-plugin-multiload/receipt |
line diff
1.1 --- a/mtd-utils/receipt Thu Nov 16 16:28:30 2017 +0100 1.2 +++ b/mtd-utils/receipt Thu Nov 16 18:27:48 2017 +0100 1.3 @@ -16,6 +16,9 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + ./configure \ 1.8 + --prefix=/usr \ 1.9 + $CONFIGURE_ARGS && 1.10 make && make DESTDIR=$DESTDIR install 1.11 } 1.12
2.1 --- a/n2nc/receipt Thu Nov 16 16:28:30 2017 +0100 2.2 +++ b/n2nc/receipt Thu Nov 16 18:27:48 2017 +0100 2.3 @@ -16,8 +16,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 - mv $PACKAGE $src 2> /dev/null 2.8 - cd $src 2.9 + sed -i 's|fcntl.h>|&\n#include <unistd.h>|' src/nixsys.h 2.10 libtoolize --force 2.11 aclocal 2.12 autoheader
3.1 --- a/ndppd/receipt Thu Nov 16 16:28:30 2017 +0100 3.2 +++ b/ndppd/receipt Thu Nov 16 18:27:48 2017 +0100 3.3 @@ -17,6 +17,7 @@ 3.4 # Rules to configure and make the package. 3.5 compile_rules() 3.6 { 3.7 + sed -i 's| -1)| ~0U)|' src/iface.cc 3.8 sed -i 's|/usr/local|/usr|' Makefile 3.9 make all && 3.10 make DESTDIR=$DESTDIR install
4.1 --- a/openttd/receipt Thu Nov 16 16:28:30 2017 +0100 4.2 +++ b/openttd/receipt Thu Nov 16 18:27:48 2017 +0100 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="openttd" 4.7 -VERSION="1.1.0" 4.8 +VERSION="1.7.1" 4.9 CATEGORY="games" 4.10 SHORT_DESC="OpenTTD is a clone of Transport Tycoon Deluxe." 4.11 MAINTAINER="devl547@gmail.com" 4.12 @@ -35,11 +35,7 @@ 4.13 { 4.14 mkdir -p $fs/usr/share/pixmaps $fs/usr/share/applications $fs/usr/share/games/openttd $fs/usr/games 4.15 cp -a $src/bin/openttd $fs/usr/games 4.16 - cp -a $src/bin/ai $fs/usr/share/games/openttd 4.17 - cp -a $src/bin/data $fs/usr/share/games/openttd 4.18 - cp -a $src/bin/gm $fs/usr/share/games/openttd 4.19 - cp -a $src/bin/lang $fs/usr/share/games/openttd 4.20 - cp -a $src/bin/scripts $fs/usr/share/games/openttd 4.21 + cp -a $src/bin/*/ $fs/usr/share/games/openttd 4.22 cp $src/media/$PACKAGE.32.png $fs/usr/share/pixmaps 4.23 cp $src/media/$PACKAGE.desktop $fs/usr/share/applications 4.24 }
5.1 --- a/waterline-plugin-multiload/receipt Thu Nov 16 16:28:30 2017 +0100 5.2 +++ b/waterline-plugin-multiload/receipt Thu Nov 16 18:27:48 2017 +0100 5.3 @@ -32,7 +32,7 @@ 5.4 --disable-maintainer-mode \ 5.5 --enable-silent-rules \ 5.6 --with-waterline \ 5.7 - --without-lxpanel \ 5.8 + --with-lxpanel \ 5.9 --without-xfce4 \ 5.10 $CONFIGURE_ARGS && 5.11 make &&