forked from ports/contrib
gcolor2: New port.
This commit is contained in:
parent
981ae79dd1
commit
11432f9bc0
8
gcolor2/.footprint
Normal file
8
gcolor2/.footprint
Normal 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
1
gcolor2/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
223a126b8a87234d1552be4be4140789 gcolor2-0.4.tar.bz2
|
18
gcolor2/Pkgfile
Normal file
18
gcolor2/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user