wok-next diff pcsxr-svn/receipt @ rev 20137
mariadb: receipt v2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 31 21:42:04 2017 +0100 (2017-10-31) |
parents | 7896f0694ef6 |
children | 4e6503d7a19f |
line diff
1.1 --- a/pcsxr-svn/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/pcsxr-svn/receipt Tue Oct 31 21:42:04 2017 +0100 1.3 @@ -15,12 +15,11 @@ 1.4 DEPENDS="libcdio libglade xorg-libXtst xorg-libXv mesa libsdl" 1.5 BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \ 1.6 zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma \ 1.7 -autoconf automake libtool" 1.8 +autoconf automake libtool expat-dev xorg-libxshmfence-dev" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 - cd $src 1.14 ./autogen.sh \ 1.15 --prefix=/usr \ 1.16 --infodir=/usr/share/info \ 1.17 @@ -42,4 +41,3 @@ 1.18 cp -a $install/usr/share/pcsx $fs/usr/share 1.19 find $fs/usr/lib -name "*.la" -delete 1.20 } 1.21 -