From 11432f9bc016e5b276edb30c11f3254cdd205625 Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Fri, 29 Feb 2008 03:00:03 +0100 Subject: gcolor2: New port. --- gcolor2/.footprint | 8 ++++++++ gcolor2/.md5sum | 1 + gcolor2/Pkgfile | 18 ++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 100644 gcolor2/.footprint create mode 100644 gcolor2/.md5sum create mode 100644 gcolor2/Pkgfile 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 +} -- cgit v1.2.3