wok-next diff dosbox/receipt @ rev 16222
ARM add librsvg
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Mar 31 23:37:15 2014 +0200 (2014-03-31) |
parents | a0250385f2a5 |
children | 9e29d7944214 |
line diff
1.1 --- a/dosbox/receipt Fri Jun 15 15:24:09 2012 +0200 1.2 +++ b/dosbox/receipt Mon Mar 31 23:37:15 2014 +0200 1.3 @@ -4,14 +4,16 @@ 1.4 VERSION="0.74" 1.5 CATEGORY="system-tools" 1.6 SHORT_DESC="DOS-emulator that uses the SDL-library." 1.7 -DEPENDS="xorg-libX11 libsdl alsa-lib zlib mesa libpng libsdl-net" 1.8 -BUILD_DEPENDS="xorg-libX11-dev libsdl-dev libsdl-net-dev " 1.9 MAINTAINER="pankso@slitaz.org" 1.10 +LICENSE="GPL2" 1.11 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 WEB_SITE="http://www.dosbox.com/" 1.13 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.14 TAGS="emulator dos" 1.15 1.16 +DEPENDS="xorg-libX11 libsdl alsa-lib zlib mesa libpng libsdl-net" 1.17 +BUILD_DEPENDS="xorg-libX11-dev libsdl-dev libsdl-net-dev " 1.18 + 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 @@ -22,7 +24,7 @@ 1.23 --mandir=/usr/share/man \ 1.24 $CONFIGURE_ARGS && 1.25 make && 1.26 - make DESTDIR=$PWD/_pkg install 1.27 + make DESTDIR=$DESTDIR install 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 @@ -30,6 +32,6 @@ 1.32 { 1.33 mkdir -p $fs/usr/share/pixmaps \ 1.34 $fs/usr/share/applications 1.35 - cp -a $_pkg/usr/bin $fs/usr 1.36 + cp -a $install/usr/bin $fs/usr 1.37 } 1.38