etl
This commit is contained in:
parent
fb1b8a7a49
commit
effd1f893c
|
@ -0,0 +1,19 @@
|
|||
# Tanım: VoriaETL, C ++ STL tamamlayıcı multiplatform şablon kütüphanesi
|
||||
# URL: http://synfig.org
|
||||
# Paketçi: Cihan_Alkan
|
||||
# Gerekler:
|
||||
# Grup: kütüphane
|
||||
|
||||
isim=etl
|
||||
surum=1.2.1
|
||||
devir=1
|
||||
|
||||
kaynak=(https://downloads.sourceforge.net/project/synfig/releases/$surum/source/ETL-$surum.tar.gz)
|
||||
|
||||
derle() {
|
||||
|
||||
cd ETL-$surum
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR="$PKG" install
|
||||
}
|
Loading…
Reference in New Issue