libthai-geri
This commit is contained in:
parent
3092368628
commit
e393446a1f
3 changed files with 43 additions and 1 deletions
20
talimatname/genel/l/libdatrie/talimat
Normal file
20
talimatname/genel/l/libdatrie/talimat
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Tanım: Junichi Aoe tarafından önerilen, bir tür dijital arama ağacı olan trie'yi temsil etmek için çift dizili yapının uygulanması
|
||||||
|
# URL: http://linux.thai.net/~thep/datrie/datrie.html
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler:
|
||||||
|
|
||||||
|
isim=libdatrie
|
||||||
|
surum=0.2.9
|
||||||
|
devir=1
|
||||||
|
|
||||||
|
kaynak=(http://linux.thai.net/pub/thailinux/software/libthai/$isim-$surum.tar.xz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd $isim-$surum
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--mandir=/usr/share/man \
|
||||||
|
--infodir=/usr/share/info \
|
||||||
|
--disable-static
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
}
|
|
@ -1 +0,0 @@
|
||||||
Pour gnome, il faut compiler avec gobjetc-introspection, gtk, gtk3 en dépendance
|
|
23
talimatname/genel/l/libthai/talimat
Normal file
23
talimatname/genel/l/libthai/talimat
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Tanım: Tay dili destek rutinleri
|
||||||
|
# URL: http://linux.thai.net/projects/libthai
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler: libdatrie
|
||||||
|
|
||||||
|
isim=libthai
|
||||||
|
surum=0.1.24
|
||||||
|
devir=1
|
||||||
|
|
||||||
|
kaynak=(https://mirrors.kernel.org/debian/pool/main/libt/${isim}/${isim}_${surum}.orig.tar.xz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd $isim-$surum
|
||||||
|
./configure --prefix=/usr \
|
||||||
|
--mandir=/usr/share/man \
|
||||||
|
--infodir=/usr/share/info \
|
||||||
|
--disable-static \
|
||||||
|
--disable-doxygen-doc
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
rm -rf $PKG/usr/share/man
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue