milis/talimatname/genel/apr-util/talimat

21 lines
442 B
Plaintext
Raw Normal View History

2017-03-22 07:44:25 +01:00
# Description: Apache taşınabilir çalışma zamanı yardımcı program kütüphanesi
2016-02-24 01:27:23 +01:00
# URL: http://apr.apache.org/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
2017-09-08 20:31:56 +02:00
# Depends on: apr expat unixodbc
2017-01-30 23:55:06 +01:00
2016-02-24 01:27:23 +01:00
name=apr-util
version=1.5.4
release=1
source=(http://archive.apache.org/dist/apr/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--with-apr=/usr \
--with-gdbm=/usr \
--with-openssl=/usr \
--with-crypto
make
make DESTDIR=$PKG install
}