gtk-chtheme: take over from sip, install man-page

This commit is contained in:
Juergen Daubert 2009-01-22 13:27:39 +01:00
parent ba24f67c9d
commit 188cb6ca9a
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gtk-chtheme
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rwxr-xr-x root/root usr/man/man1/gtk-chtheme.1.gz

View File

@ -1,17 +1,16 @@
# Description: Theme changer for GTK2
# URL: http://plasmasturm.org/programs/gtk-chtheme
# Maintainer: Simone Rota, sip at crux dot nu
# Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: gtk
name=gtk-chtheme
version=0.3.1
release=2
release=3
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
cd $name-$version
make
make DESTDIR=$PKG MANDIR=/usr/man install
}