diff --git a/x11/util/alternatives/actions.py b/x11/util/alternatives/actions.py
new file mode 100644
index 0000000000..69dcabd58b
--- /dev/null
+++ b/x11/util/alternatives/actions.py
@@ -0,0 +1,25 @@
+# -*- 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 autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+def build():
+ pisitools.dosed("Makefile", "MANDIR = /usr/man", "MANDIR = /usr/share/man")
+ autotools.make("-C po update-po")
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.remove("/usr/sbin/ntsysv")
+ pisitools.remove("/sbin/chkconfig")
+ pisitools.remove("/usr/share/man/man8/chkconfig.8")
+ pisitools.remove("/usr/share/man/man8/ntsysv.8")
+ pisitools.removeDir("/usr/share/man/man5")
+ pisitools.removeDir("/sbin")
+
+ pisitools.dodoc("COPYING")
diff --git a/x11/util/alternatives/pspec.xml b/x11/util/alternatives/pspec.xml
new file mode 100644
index 0000000000..0143f888e1
--- /dev/null
+++ b/x11/util/alternatives/pspec.xml
@@ -0,0 +1,63 @@
+
+
+
+
+ alternatives
+ http://git.fedorahosted.org/git/?p=chkconfig.git;a=summary
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ Alternative management system
+ alternatives creates, removes, maintains and displays information about the symbolic links comprising the alternatives system. Alternatives system determines the defaults when several programs fulfilling the same or similar functions to be installed on a single system at the same time.
+ https://git.fedorahosted.org/cgit/chkconfig.git/snapshot/chkconfig-1.3.62.tar.xz
+
+ popt-devel
+
+
+
+
+ alternatives
+
+ /etc
+ /usr/sbin
+ /usr/share/locale
+ /usr/share/man
+ /usr/share/doc
+ /var
+
+
+
+
+
+ 2015-04-01
+ 1.3.62
+ Version bump.
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+ 2014-05-11
+ 1.3.58
+ Release bump.
+ Marcin Bojara
+ marcin@pisilinux.org
+
+
+ 2013-10-28
+ 1.3.58
+ rebuild.
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+ 2012-05-03
+ 1.3.58
+ First release
+ Yusuf Aydemir
+ yusuf.aydemir@pisilinux.org
+
+
+
diff --git a/x11/util/alternatives/translations.xml b/x11/util/alternatives/translations.xml
new file mode 100644
index 0000000000..2aee8e1b50
--- /dev/null
+++ b/x11/util/alternatives/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ alternatives
+ Alternatif yönetim sistemi
+ alternatives, alternatives sisteminin parçası olan sembolik bağlantıları oluşturan, silen, yöneten ve bunlar hakkında bilgi gösteren araçtır. Alternatives sistemi, birbirine benzer ya da aynı işlevleri sunan programların aynı anda aynı sisteme kurulduğu zamanlarda öntanımlıları belirler.
+
+