diff options
author | tyrry <tyrry@nutyx.(none)> | 2010-03-03 18:16:47 +0100 |
---|---|---|
committer | tyrry <tyrry@nutyx.(none)> | 2010-03-03 18:16:47 +0100 |
commit | cc584b367a276a1ac86a33bdc1ff8a2b66e75015 (patch) | |
tree | 12c7eb46f08f2a4863f21a0f8790ded36974ea66 /extra/gcolor2/Pkgfile | |
parent | cdbfaf6048c8e0aef0ed86d2609bed33e9d1c7fe (diff) | |
download | nutyx-pakxe-cc584b367a276a1ac86a33bdc1ff8a2b66e75015.tar.gz nutyx-pakxe-cc584b367a276a1ac86a33bdc1ff8a2b66e75015.tar.bz2 nutyx-pakxe-cc584b367a276a1ac86a33bdc1ff8a2b66e75015.tar.xz nutyx-pakxe-cc584b367a276a1ac86a33bdc1ff8a2b66e75015.zip |
gcolor2#0.4-1.pkg.tar.gz
Diffstat (limited to 'extra/gcolor2/Pkgfile')
-rw-r--r-- | extra/gcolor2/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/gcolor2/Pkgfile b/extra/gcolor2/Pkgfile new file mode 100644 index 000000000..92d91b126 --- /dev/null +++ b/extra/gcolor2/Pkgfile @@ -0,0 +1,19 @@ +# Description: Selecteur de couleurs +# URL:http://gcolor2.sourceforge.net/ +# Maintainer: tyrry33 at gmail dot com +# Packager: tyrry +# Depends on: gtk + +name=gcolor2 +version=0.4 +release=1 +source=(http://downloads.sourceforge.net/project/gcolor2/gcolor2/0.4/gcolor2-0.4.tar.gz \gcolor2.desktop) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install + install -D $SRC/gcolor2.desktop -m644 $PKG/usr/share/applications/gcolor2.desktop +} + |