diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 16:17:55 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 16:17:55 +0100 |
commit | 548113f91f932ac0c4f963dc9b044d86aa04121a (patch) | |
tree | c27979fda9a853c6bcfa2db9f38f8263ca37a40e /extra/numptyphysics/Pkgfile | |
parent | af9b351438ef8bfaba7ee1145050922b90819259 (diff) | |
download | nutyx-extra-548113f91f932ac0c4f963dc9b044d86aa04121a.tar.gz nutyx-extra-548113f91f932ac0c4f963dc9b044d86aa04121a.tar.bz2 nutyx-extra-548113f91f932ac0c4f963dc9b044d86aa04121a.tar.xz nutyx-extra-548113f91f932ac0c4f963dc9b044d86aa04121a.zip |
numptyphysics supprimé
Diffstat (limited to 'extra/numptyphysics/Pkgfile')
-rw-r--r-- | extra/numptyphysics/Pkgfile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/extra/numptyphysics/Pkgfile b/extra/numptyphysics/Pkgfile deleted file mode 100644 index 658e85ec3..000000000 --- a/extra/numptyphysics/Pkgfile +++ /dev/null @@ -1,30 +0,0 @@ -# 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: svn cyrus-sasl 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/ -} |