1
0
forked from ports/contrib

gcolor2: New port.

This commit is contained in:
Jose V Beneyto 2008-02-29 03:00:03 +01:00
parent 981ae79dd1
commit 11432f9bc0
3 changed files with 27 additions and 0 deletions

8
gcolor2/.footprint Normal file
View File

@ -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

1
gcolor2/.md5sum Normal file
View File

@ -0,0 +1 @@
223a126b8a87234d1552be4be4140789 gcolor2-0.4.tar.bz2

18
gcolor2/Pkgfile Normal file
View File

@ -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
}