diff options
author | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-02-29 03:00:03 +0100 |
---|---|---|
committer | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-02-29 03:00:14 +0100 |
commit | 11432f9bc016e5b276edb30c11f3254cdd205625 (patch) | |
tree | 57d618ad0d7501c1814c78c1733cbab1bf9bb2f5 | |
parent | 981ae79dd12115d71b4679ed662b917ea2bcb186 (diff) | |
download | contrib-11432f9bc016e5b276edb30c11f3254cdd205625.tar.gz contrib-11432f9bc016e5b276edb30c11f3254cdd205625.tar.xz |
gcolor2: New port.
-rw-r--r-- | gcolor2/.footprint | 8 | ||||
-rw-r--r-- | gcolor2/.md5sum | 1 | ||||
-rw-r--r-- | gcolor2/Pkgfile | 18 |
3 files changed, 27 insertions, 0 deletions
diff --git a/gcolor2/.footprint b/gcolor2/.footprint new file mode 100644 index 000000000..3e5fee6c3 --- /dev/null +++ b/gcolor2/.footprint @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gcolor2 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/pixmaps/ +drwxr-xr-x root/root usr/share/pixmaps/gcolor2/ +-rw-r--r-- root/root usr/share/pixmaps/gcolor2/about_icon.png +-rw-r--r-- root/root usr/share/pixmaps/gcolor2/icon.png diff --git a/gcolor2/.md5sum b/gcolor2/.md5sum new file mode 100644 index 000000000..369327819 --- /dev/null +++ b/gcolor2/.md5sum @@ -0,0 +1 @@ +223a126b8a87234d1552be4be4140789 gcolor2-0.4.tar.bz2 diff --git a/gcolor2/Pkgfile b/gcolor2/Pkgfile new file mode 100644 index 000000000..48a629b64 --- /dev/null +++ b/gcolor2/Pkgfile @@ -0,0 +1,18 @@ +# Description: GTK+2 color selector +# URL: http://gcolor2.sourceforge.net/ +# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net +# Packager: Vincenzo Colosimo, vico at bicisport dot de +# Depends on: gtk + +name=gcolor2 +version=0.4 +release=1 +source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --disable-nls + make + make DESTDIR=$PKG install +} |