Added pisi-timedate version 1.2.0
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -0,0 +1,41 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>pisi-timedate</Name>
|
||||
<Homepage>https://github.com/friberk/pisi-timedate</Homepage>
|
||||
<Packager>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<Summary>timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions)</Summary>
|
||||
<Description>timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions)</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>dbus-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="89967b2f7281fce357ee90163caf16415937ff5a" type="targz">https://github.com/friberk/pisi-timedate/archive/refs/tags/1.2.0.tar.gz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>pisi-timedate</Name>
|
||||
<Summary>timedated1 interface implementation for Pisi Linux (or any other non-systemd distributions)</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>dbus</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/dbus-1</Path>
|
||||
<Path fileType="library">/usr/libexec</Path>
|
||||
<Path fileType="config">/usr/share/dbus-1</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-04-17</Date>
|
||||
<Version>1.2.0</Version>
|
||||
<Comment>First release for Pisi Linux</Comment>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user