This commit is contained in:
milisbir 2018-02-11 11:52:29 +02:00
parent fb1b8a7a49
commit effd1f893c
1 changed files with 19 additions and 0 deletions

View File

@ -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
}