diff --git a/programming/library/libnih/actions.py b/programming/library/libnih/actions.py new file mode 100755 index 0000000000..340b54ede9 --- /dev/null +++ b/programming/library/libnih/actions.py @@ -0,0 +1,18 @@ +#!/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 autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/programming/library/libnih/pspec.xml b/programming/library/libnih/pspec.xml new file mode 100755 index 0000000000..3ba44fbdd1 --- /dev/null +++ b/programming/library/libnih/pspec.xml @@ -0,0 +1,56 @@ + + + + + libnih + https://launchpad.net/libnih + + Aydın Demirel + aydin.demirel@pisilinux.org + + GPL + app:library + Small library for C application development + Small library for C application development. + https://launchpad.net/libnih/1.0/1.0.3/+download/libnih-1.0.3.tar.gz + + dbus-devel + expat-devel + + + + + libnih + + dbus + expat + + + /usr/bin + /usr/share/man + /usr/share/aclocal + /usr/lib/* + + + + libnih-devel + + libnih + dbus-devel + expat-devel + + + /usr/include + + + + + + 2014-06-27 + 1.0.3 + First release + Aydın Demirel + aydin.demirel@pisilinux.org + + + diff --git a/programming/library/libnih/translations.xml b/programming/library/libnih/translations.xml new file mode 100755 index 0000000000..5a7651463f --- /dev/null +++ b/programming/library/libnih/translations.xml @@ -0,0 +1,8 @@ + + + + libnih + C uygulama geliştirme için küçük bir kütüphane + C uygulama geliştirme için küçük bir kütüphane. + + diff --git a/util/admin/cgmanager/actions.py b/util/admin/cgmanager/actions.py new file mode 100755 index 0000000000..80b3d73272 --- /dev/null +++ b/util/admin/cgmanager/actions.py @@ -0,0 +1,21 @@ +#!/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 autotools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + shelltools.system("./bootstrap.sh") + + autotools.configure("--sbindir=/usr/bin \ + --prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/util/admin/cgmanager/pspec.xml b/util/admin/cgmanager/pspec.xml new file mode 100755 index 0000000000..166839bfc6 --- /dev/null +++ b/util/admin/cgmanager/pspec.xml @@ -0,0 +1,71 @@ + + + + + cgmanager + https://github.com/lxc/cgmanager + + Aydın Demirel + aydin.demirel@pisilinux.org + + GPL + app:console + Central cgroup management daemon + CGManager is a central privileged daemon that manages all your cgroups for you through a simple DBus API. + https://github.com/lxc/cgmanager/archive/v0.38.tar.gz + + libnih-devel + pam-devel + + + + + cgmanager + + libnih + pam + dbus + + + /usr/bin + /lib/security + /usr/share/man + /usr/share/cgmanager + /usr/lib/* + + + + cgmanager-devel + + cgmanager + libnih + + + /usr/include + + + + + + 2015-08-10 + 0.38 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + + + 2015-02-12 + 0.36 + Version bump. + Hakan Yıldız + hknyldz93@gmail.com + + + 2014-06-27 + 0.23 + First release + Aydın Demirel + aydin.demirel@pisilinux.org + + + diff --git a/util/admin/cgmanager/translations.xml b/util/admin/cgmanager/translations.xml new file mode 100755 index 0000000000..f5c9cbb320 --- /dev/null +++ b/util/admin/cgmanager/translations.xml @@ -0,0 +1,8 @@ + + + + cgmanager + Merkezi cgroup yönetimi uygulamacığı + CGManager basit bir DBUS api üzerinden sizin için tüm cgruplarınızı yöneten merkezi ayrıcalıklı bir uygulamacıktır. + +