summaryrefslogtreecommitdiffstats
path: root/test/numptyphysics/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 16:16:53 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 16:16:53 +0100
commitaf9b351438ef8bfaba7ee1145050922b90819259 (patch)
treed9cc8f9939fc398eecb0ea778eff9fa252e9a5bc /test/numptyphysics/Pkgfile
parentf90f4a1f720f5f6e76d7115e2b818e565828ccb4 (diff)
downloadnutyx-pakxe-af9b351438ef8bfaba7ee1145050922b90819259.tar.gz
nutyx-pakxe-af9b351438ef8bfaba7ee1145050922b90819259.tar.bz2
nutyx-pakxe-af9b351438ef8bfaba7ee1145050922b90819259.tar.xz
nutyx-pakxe-af9b351438ef8bfaba7ee1145050922b90819259.zip
numptyphysics, déplacé dans test
Diffstat (limited to 'test/numptyphysics/Pkgfile')
-rw-r--r--test/numptyphysics/Pkgfile30
1 files changed, 30 insertions, 0 deletions
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 <blankoworld at wanadoo dot fr>
+# 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/
+}