Update talimat

This commit is contained in:
Aylinux 2018-05-06 23:13:21 +03:00 committed by GitHub
parent 6106698039
commit 0dd74c8613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -1,19 +1,18 @@
# Tanım: lxde terminal uygulaması # Tanım: lxde terminal uygulaması
# URL: http://lxde.org/ # URL: http://lxde.org/
# Maintainer: NuTyX core team # Paketçi: milisarge
# Paketçi: milisarge@gmail.com
# Gerekler: intltool vte # Gerekler: intltool vte
isim=lxde-terminal isim=lxde-terminal
_isim=lxterminal _isim=lxterminal
surum=0.2.0 surum=0.3.1
devir=1 devir=1
kaynak=(http://downloads.sourceforge.net/lxde/lxterminal-$surum.tar.gz) kaynak=(http://downloads.sourceforge.net/lxde/lxterminal-$surum.tar.xz)
derle() { derle() {
cd ${_name}-$surum cd ${_isim}-$surum
./configure --prefix=/usr \ ./configure --sysconfdir=/etc --prefix=/usr --enable-gtk3
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }