diff options
author | skingrapher <gandalf@aldebaran.(none)> | 2010-08-21 11:52:28 +0400 |
---|---|---|
committer | skingrapher <gandalf@aldebaran.(none)> | 2010-08-21 11:52:28 +0400 |
commit | 5b876a2ec28f09714420125353fbb9ba47d30d9e (patch) | |
tree | 843bd2daacd7289501843ddbf7054f108d728996 /extra/gpick/Pkgfile | |
parent | 4b3a088665ee733c852b58cbf6010fb31ab6410d (diff) | |
download | nutyx-pakxe-5b876a2ec28f09714420125353fbb9ba47d30d9e.tar.gz nutyx-pakxe-5b876a2ec28f09714420125353fbb9ba47d30d9e.tar.bz2 nutyx-pakxe-5b876a2ec28f09714420125353fbb9ba47d30d9e.tar.xz nutyx-pakxe-5b876a2ec28f09714420125353fbb9ba47d30d9e.zip |
ajout de gpick#0.2.2-1
Diffstat (limited to 'extra/gpick/Pkgfile')
-rw-r--r-- | extra/gpick/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/extra/gpick/Pkgfile b/extra/gpick/Pkgfile new file mode 100644 index 000000000..7557911fd --- /dev/null +++ b/extra/gpick/Pkgfile @@ -0,0 +1,18 @@ +# Description: An advanced color picker +# URL: http://gpick.googlecode.com/ +# Packager: skingrapher at legtux dot org +# Depends on: gtk, lua, scons, dbus-glib, boost + +name=gpick +version=0.2.2 +release=1 +source=(http://gpick.googlecode.com/files/gpick_$version.tar.gz +gpick.desktop) +build () +{ + cd gpick_$version + scons + scons prefix=$PKG/usr mandir=$PKG/usr/share/man DESTDIR=$PKG install + mkdir -p $PKG/usr/share/applications + install -Dm644 ../$name.desktop $PKG/usr/share/applications/$name.desktop +} |