diff options
author | tnut <tnut at nutyx dot com> | 2011-09-18 18:03:33 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-18 18:03:33 +0200 |
commit | 9fe790e7f8103c450773f7ffe52af474652b5335 (patch) | |
tree | bb21257e4f921dc6ff61e88d5170495937b5f428 /extra/bluefish/Pkgfile | |
parent | 3602fdb18d65c49f2d2ee07ca62269d065cf7e2f (diff) | |
download | nutyx-extra-9fe790e7f8103c450773f7ffe52af474652b5335.tar.gz nutyx-extra-9fe790e7f8103c450773f7ffe52af474652b5335.tar.bz2 nutyx-extra-9fe790e7f8103c450773f7ffe52af474652b5335.tar.xz nutyx-extra-9fe790e7f8103c450773f7ffe52af474652b5335.zip |
ajout de bluefish 2.0.3-1
Diffstat (limited to 'extra/bluefish/Pkgfile')
-rw-r--r-- | extra/bluefish/Pkgfile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/extra/bluefish/Pkgfile b/extra/bluefish/Pkgfile new file mode 100644 index 000000000..eac7885f3 --- /dev/null +++ b/extra/bluefish/Pkgfile @@ -0,0 +1,26 @@ +# Description: Editeur syntaxique multi-langage +# URL: http://bluefish.openoffice.nl/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk, desktop-file-utils, gnome-vfs +# Run on: gtk,desktop-file-utils,gnome-vfs + +name=bluefish +version=2.0.3 +release=1 +source=(http://www.bennewitz.com/bluefish/stable/source/$name-$version.tar.bz2\ + bluefish.desktop) +build() { + cd $name-* + ./configure --prefix=/usr \ + --with-freedesktop_org-menu=/usr/share/applications \ + --with-freedesktop_org-mime=/usr/share/mime \ + --with-icon-path=/usr/share/pixmaps \ + --disable-update-databases \ + --without-libgnomeui + make + make DESTDIR=$PKG install + install -D -m 644 ../bluefish.desktop \ + $PKG/usr/share/ede/programs/Applications/bluefish.desktop +} + |