From e4ee11a8fa68f9a1218480f96c023cced32be83f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 18 Nov 2009 09:27:24 +0100 Subject: Ajout de numptyphysics-svn#115-1 --- extra/numptyphysics/Pkgfile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 extra/numptyphysics/Pkgfile (limited to 'extra/numptyphysics/Pkgfile') diff --git a/extra/numptyphysics/Pkgfile b/extra/numptyphysics/Pkgfile new file mode 100644 index 000000000..d37b93a32 --- /dev/null +++ b/extra/numptyphysics/Pkgfile @@ -0,0 +1,30 @@ +# Description: Un jeu de dessin/puzzle dans le style de Crayon Physics +# URL: https://garage.maemo.org/projects/numptyphysics/ +# Packager: Blankoworld +# Depends on: svn cyrus-sasl sdl_ttf automake + +name=numptyphysics-svn +version=115 +release=1 +realname=numptyphysics +source=( $realname.desktop ) + +build() { + cd $SRC + + # Récupération du dépôt SVN + svn checkout https://garage.maemo.org/svn/numptyphysics/trunk/ --config-dir=$PKGMK_ROOT/svn_config/ -r $version $name + + cd $name + + # Compilation + aclocal + ./autogen.sh + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + + # Ajout d'un raccourci dans le menu + mkdir -p $PKG/usr/share/applications + install -m 644 ../$realname.desktop $PKG/usr/share/applications/ +} -- cgit v1.2.3-70-g09d2