milis/talimatname/genel/apr-util/talimat

21 lines
400 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Apache Portable Runtime Utility Library
# URL: http://apr.apache.org/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
# Depends on: apr expat
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
}