diff --git a/programming/library/pisi-timedate/actions.py b/programming/library/pisi-timedate/actions.py new file mode 100644 index 0000000000..56f692373f --- /dev/null +++ b/programming/library/pisi-timedate/actions.py @@ -0,0 +1,22 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.configure("--prefix=/usr") + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "LICENSE", "README.md", "NEWS", "ChangeLog") + diff --git a/programming/library/pisi-timedate/pspec.xml b/programming/library/pisi-timedate/pspec.xml new file mode 100644 index 0000000000..f47ece6242 --- /dev/null +++ b/programming/library/pisi-timedate/pspec.xml @@ -0,0 +1,41 @@ + + + pisi-timedate + https://github.com/friberk/pisi-timedate + + Berk Çakar + berk2238@hotmail.com + + GPLv3 + timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) + timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) + + dbus-devel + glib2-devel + + https://github.com/friberk/pisi-timedate/archive/refs/tags/1.2.0.tar.gz + + + pisi-timedate + timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions) + + dbus + glib2 + + + /etc/dbus-1 + /usr/libexec + /usr/share/dbus-1 + /usr/share/doc + + + + + 2021-04-17 + 1.2.0 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + +