wok-next view pcsxr-svn/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 7896f0694ef6
children 4e6503d7a19f
line source
1 # SliTaz package receipt.
3 PACKAGE="pcsxr-svn"
4 VERSION="62214"
5 CATEGORY="games"
6 SHORT_DESC="A Sony PlayStation emulator based on the PCSX-df Project"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://pcsxr.codeplex.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="subversion|https://pcsxr.svn.codeplex.com/svn/pcsxr"
12 BRANCH="$VERSION"
13 TAGS="emulator playstation"
15 DEPENDS="libcdio libglade xorg-libXtst xorg-libXv mesa libsdl"
16 BUILD_DEPENDS="glib-dev libcdio libcdio-dev libglade-dev gtk+-dev xorg-libXtst xorg-libXtst-dev xorg-libXv xorg-libXv-dev mesa-dev \
17 zlib-dev libsdl libsdl-dev subversion nasm gettext intltool sed lzma \
18 autoconf automake libtool expat-dev xorg-libxshmfence-dev"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 ./autogen.sh \
24 --prefix=/usr \
25 --infodir=/usr/share/info \
26 --mandir=/usr/share/man \
27 --enable-libcdio \
28 --enable-opengl \
29 $CONFIGURE_ARGS &&
30 make && make DESTDIR=$DESTDIR install
31 }
33 # Rules to gen a SliTaz package suitable for Tazpkg.
34 genpkg_rules()
35 {
36 mkdir -p $fs/usr/share
37 cp -a $install/usr/bin $fs/usr
38 cp -a $install/usr/lib $fs/usr
39 cp -a $install/usr/share/pixmaps $fs/usr/share
40 cp -a $install/usr/share/psemu $fs/usr/share
41 cp -a $install/usr/share/pcsx $fs/usr/share
42 find $fs/usr/lib -name "*.la" -delete
43 }