milis/talimatname/genel/l/lxde-task/talimat

21 lines
393 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.

# Tanım: lxde surec yoneticisi
# URL: http://lxde.org/about.html
# Maintainer: pcman dot tw at gmail dot com
# Paketçi: milisarge@gmail.com
# Gerekler: gtk2
name=lxde-task
_name=lxtask
version=0.1.6
release=1
source=(http://downloads.sourceforge.net/lxde/${_name}-$version.tar.xz)
derle() {
cd ${_name}-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}