Merge pull request #535 from oltulu/patch-322

Update talimat
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2018-05-07 02:16:55 +03:00 committed by GitHub
commit b67a6d2c24
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
} }