libblockdev
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/env 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 pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
#shelltools.system("./autogen.sh")
|
||||
autotools.configure("--without-gtk-doc \
|
||||
--without-nvdimm \
|
||||
--without-dm")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
@@ -0,0 +1,79 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libblockdev</Name>
|
||||
<Homepage>https://github.com/storaged-project/libblockdev</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>A library for manipulating block devices</Summary>
|
||||
<Description>Blok cihazlarını değiştirmek için bir kütüphane</Description>
|
||||
<Archive sha1sum="5066dbd1098e433fe713a04b14033d130d041888" type="targz">https://github.com/storaged-project/libblockdev/releases/download/2.20-1/libblockdev-2.20.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>nss-devel</Dependency>
|
||||
<Dependency>mdadm</Dependency>
|
||||
<Dependency>util-linux</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>parted-devel</Dependency>
|
||||
<Dependency>libyaml-devel</Dependency>
|
||||
<Dependency>libkmod-devel</Dependency>
|
||||
<Dependency>volume_key-devel</Dependency>
|
||||
<Dependency>libbytesize-devel</Dependency>
|
||||
<Dependency>libcryptsetup-devel</Dependency>
|
||||
<Dependency>libutil-linux-devel</Dependency>
|
||||
<Dependency>device-mapper-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libblockdev</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>nss</Dependency>
|
||||
<Dependency>nspr</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>parted</Dependency>
|
||||
<Dependency>libyaml</Dependency>
|
||||
<Dependency>libkmod</Dependency>
|
||||
<Dependency>volume_key</Dependency>
|
||||
<Dependency>libbytesize</Dependency>
|
||||
<Dependency>libcryptsetup</Dependency>
|
||||
<Dependency>libutil-linux</Dependency>
|
||||
<Dependency>device-mapper</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libblockdev-devel</Name>
|
||||
<Summary>Development files for libblockdev</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libblockdev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-12-26</Date>
|
||||
<Version>2.20</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libblockdev</Name>
|
||||
<Summary xml:lang="tr">A library for manipulating block devices</Summary>
|
||||
<Description xml:lang="tr">Blok cihazlarını değiştirmek için bir kütüphane</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user