diff --git a/programming/misc/apr-util/actions.py b/programming/misc/apr-util/actions.py
new file mode 100644
index 0000000000..3fa7739dc9
--- /dev/null
+++ b/programming/misc/apr-util/actions.py
@@ -0,0 +1,43 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+
+# to avoid sandbox violations during make test
+shelltools.export("ODBCINI", get.workDIR())
+shelltools.export("ODBCSYSINI", get.workDIR())
+
+def setup():
+ autotools.autoreconf("-vfi")
+ autotools.configure("--with-apr=/usr \
+ --includedir=/usr/include/apr-1 \
+ --with-ldap \
+ --without-gdbm \
+ --with-sqlite3 \
+ --with-pgsql \
+ --with-odbc=/usr/bin/odbc_config \
+ --with-mysql \
+ --without-freetds \
+ --with-berkeley-db \
+ --without-sqlite2")
+
+ #pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
+
+def build():
+ autotools.make()
+
+def check():
+ autotools.make("-j1 test")
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dosed("%s/usr/bin/apu-1-config" % get.installDIR(), get.workDIR(), "")
+
+ pisitools.dodoc("CHANGES", "NOTICE")
diff --git a/programming/misc/apr-util/pspec.xml b/programming/misc/apr-util/pspec.xml
new file mode 100644
index 0000000000..8e29df0b92
--- /dev/null
+++ b/programming/misc/apr-util/pspec.xml
@@ -0,0 +1,119 @@
+
+
+
+
+ apr-util
+ http://apr.apache.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ Apache-2.0
+ library
+ Apache portable runtime utils
+ Apache portable runtime utils (APR-Util) contains additional utility interfaces for APR; including support for XML, database interfaces, URI parsing and more.
+ mirrors://apache/apr/apr-util-1.5.4.tar.bz2
+
+ db-devel
+ zlib-devel
+ expat-devel
+ sqlite-devel
+ libutil-linux-devel
+ openssl-devel
+ unixODBC-devel
+ apr-devel
+ mariadb-lib
+ postgresql-lib
+ cyrus-sasl-devel
+ openldap-client
+
+
+
+
+ apr-util
+
+ db
+ zlib
+ expat
+ sqlite
+ libutil-linux
+ openssl
+ apr
+ unixODBC
+ mariadb-lib
+ postgresql-lib
+ cyrus-sasl
+ openldap-client
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+ apr-util-devel
+ Development files for apr-util
+
+ apr-util
+ apr-devel
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2015-05-01
+ 1.5.4
+ Version bump.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-05-23
+ 1.5.3
+ Rebuild
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2014-02-20
+ 1.5.3
+ Rebuild for Mariadb.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-01-09
+ 1.5.3
+ Rebuild for cyrus-sasl and openldap
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-12-28
+ 1.5.3
+ Version bump
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2013-04-23
+ 1.4.1
+ Dep fixed
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ 2012-09-29
+ 1.4.1
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/programming/misc/apr-util/translations.xml b/programming/misc/apr-util/translations.xml
new file mode 100644
index 0000000000..c115a0d7fc
--- /dev/null
+++ b/programming/misc/apr-util/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ apr-util
+ Apache çalışma ortamı araçları (eski sürüm)
+ Apache portatif çalışma ortamı araçları (APR-Util) ek arabirimleri içerir; XML, LDAP, veritabanı, URI ve diğer arabirimler. Bu sürüm 0 ile başlar.
+ L'Apache Portable Runtime Utils (APR-Utils) contient des interfaces utilitaires supplémentaires pour APR fournissant un support pour, XML, LDAP,des interfaces pour les bases de données, d'analyse d'URI, et plus encore. La numéro de version majeur commence par un 1.
+ Narzędzie APR to biblioteka narzędziowa zaimplementowana na bazie apr, oferująca dostęp do bazy danych, przetwarzanie XML oraz inne przydatne funkcje.
+
+
+
+ apr-util-devel
+ Development files for apr-util
+
+
\ No newline at end of file