From af9b351438ef8bfaba7ee1145050922b90819259 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 16:16:53 +0100 Subject: numptyphysics, déplacé dans test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/numptyphysics/Pkgfile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 test/numptyphysics/Pkgfile (limited to 'test/numptyphysics/Pkgfile') diff --git a/test/numptyphysics/Pkgfile b/test/numptyphysics/Pkgfile new file mode 100644 index 000000000..3ba110ba3 --- /dev/null +++ b/test/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: subversion sdl_ttf + +name=numptyphysics +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-svn + + cd $name-svn + + # 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