milis/talimatname/genel/lxde-appearance-obconf/talimat

21 lines
489 B
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: LXAppearance OBconf paketi, OpenBox'u yapılandırmak üzere LXAppearance için bir eklenti içerir.
# URL: http://lxde.org/
# Packager: milisarge@gmail.com
# Depends on: gtk2 intltool lxde-appearance openbox
name=lxde-appearance-obconf
_name=lxappearance-obconf
version=0.2.2
release=1
source=(http://downloads.sourceforge.net/lxde/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
./configure --prefix=/usr --disable-static
make
make DESTDIR=$PKG install
}