summaryrefslogtreecommitdiffstats
path: root/extra/gpick/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-21 23:38:01 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-21 23:38:01 +0200
commit73a8dd20973240e12561e80ae6221560134bb0e8 (patch)
tree13ed880696d875492da7a7ee10ff5cca2850e93e /extra/gpick/Pkgfile
parent8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66 (diff)
parent5b876a2ec28f09714420125353fbb9ba47d30d9e (diff)
downloadnutyx-pakxe-73a8dd20973240e12561e80ae6221560134bb0e8.tar.gz
nutyx-pakxe-73a8dd20973240e12561e80ae6221560134bb0e8.tar.bz2
nutyx-pakxe-73a8dd20973240e12561e80ae6221560134bb0e8.tar.xz
nutyx-pakxe-73a8dd20973240e12561e80ae6221560134bb0e8.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
Diffstat (limited to 'extra/gpick/Pkgfile')
-rw-r--r--extra/gpick/Pkgfile18
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
+}