gtk-chtheme: take over from sip, install man-page
This commit is contained in:
parent
ba24f67c9d
commit
188cb6ca9a
@ -1,3 +1,6 @@
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/bin/
|
drwxr-xr-x root/root usr/bin/
|
||||||
-rwxr-xr-x root/root usr/bin/gtk-chtheme
|
-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
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
# Description: Theme changer for GTK2
|
# Description: Theme changer for GTK2
|
||||||
# URL: http://plasmasturm.org/programs/gtk-chtheme
|
# 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
|
# Packager: Simone Rota, sip at crux dot nu
|
||||||
# Depends on: gtk
|
# Depends on: gtk
|
||||||
|
|
||||||
name=gtk-chtheme
|
name=gtk-chtheme
|
||||||
version=0.3.1
|
version=0.3.1
|
||||||
release=2
|
release=3
|
||||||
source=(http://plasmasturm.org/programs/$name/$name-$version.tar.bz2)
|
source=(http://plasmasturm.org/programs/$name/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
make
|
make
|
||||||
mkdir -p $PKG/usr/bin
|
make DESTDIR=$PKG MANDIR=/usr/man install
|
||||||
install -m 755 $name $PKG/usr/bin
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user