1
0
forked from ports/opt

gtk-chtheme: initial import

This commit is contained in:
Simone Rota 2005-11-16 17:42:23 +00:00
parent 223fe3f61b
commit 48c31c97ae
3 changed files with 21 additions and 0 deletions

3
gtk-chtheme/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gtk-chtheme

1
gtk-chtheme/.md5sum Normal file
View File

@ -0,0 +1 @@
f688053bf26dd6c4f1cd0bf2ee33de2a gtk-chtheme-0.3.1.tar.bz2

17
gtk-chtheme/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Theme changer for GTK2
# URL: http://plasmasturm.org/programs/gtk-chtheme
# Maintainer: Simone Rota, sip at varlock dot com
# Packager: Simone Rota, sip at varlock dot com
# Depends on: gtk
name=gtk-chtheme
version=0.3.1
release=2
source=(http://plasmasturm.org/programs/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
make
mkdir -p $PKG/usr/bin
install -m 755 $name $PKG/usr/bin
}