summaryrefslogtreecommitdiffstats
path: root/test/numptyphysics/Pkgfile
diff options
context:
space:
mode:
authorsibel <sibel@free.fr>2010-02-27 16:37:37 +0100
committersibel <sibel@free.fr>2010-02-27 16:37:37 +0100
commit0e2896efc49312fa3f9ca9b258a54d5a01792390 (patch)
tree53450526998a691754c393378f71b135c964c655 /test/numptyphysics/Pkgfile
parent28cfdaab4dcf546e0ffcfdb8982077a924494b18 (diff)
parent3a7db72e6d72f59f5337aadfb1cae9a7d615a0c5 (diff)
downloadnutyx-pakxe-0e2896efc49312fa3f9ca9b258a54d5a01792390.tar.gz
nutyx-pakxe-0e2896efc49312fa3f9ca9b258a54d5a01792390.tar.bz2
nutyx-pakxe-0e2896efc49312fa3f9ca9b258a54d5a01792390.tar.xz
nutyx-pakxe-0e2896efc49312fa3f9ca9b258a54d5a01792390.zip
Merge remote branch 'nutyx-2009/master'
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/
+}