tilda
This commit is contained in:
parent
407648c787
commit
f37a137beb
1 changed files with 18 additions and 0 deletions
18
talimatname/genel/t/tilda/talimat
Normal file
18
talimatname/genel/t/tilda/talimat
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Tanım: Linux ve Unix için Gtk tabanlı açılır terminal
|
||||||
|
# URL: https://github.com/lanoxx/tilda
|
||||||
|
# Paketçi: Cihan_Alkan
|
||||||
|
# Gerekler: vte3 confuse
|
||||||
|
# Grup: sistem
|
||||||
|
|
||||||
|
isim=tilda
|
||||||
|
surum=1.4.1
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://github.com/lanoxx/$isim/archive/$isim-$surum.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd $isim-$isim-$surum
|
||||||
|
./autogen.sh
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR="$PKG" install
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue