milis/talimatname/genel/a/apr/talimat
2017-12-22 23:59:36 +02:00

18 lines
389 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Apache Taşınabilir Çalışma Zamanı (APR)
# URL: http://apr.apache.org/
# Paketçi: milisarge
# Gerekler:
# Grup: kütüphane
isim=apr
surum=1.5.2
devir=1
kaynak=(http://archive.apache.org/dist/$isim/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr --disable-static \
--with-installbuilddir=/usr/share/apr-1/build
make
make DESTDIR=$PKG install
}