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

21 lines
385 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# 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
isim=lxde-task
_isim=lxtask
surum=0.1.6
devir=1
kaynak=(http://downloads.sourceforge.net/lxde/${_name}-$surum.tar.xz)
derle() {
cd ${_name}-$surum
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}