Merge pull request #1629 from bferturk/master
libisoburn add repository
This commit is contained in:
@@ -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 pisitools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README")
|
||||
@@ -0,0 +1,66 @@
|
||||
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libisoburn</Name>
|
||||
<Homepage>http://libburnia-project.org</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Frontend for libraries libburn and libisofs</Summary>
|
||||
<Description>Frontend for libraries libburn and libisofs</Description>
|
||||
<Archive sha1sum="dd82438b4fcf723ef72286449f0b27417714b5ba" type="targz">http://files.libburnia-project.org/releases/libisoburn-1.4.2.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libburn-devel</Dependency>
|
||||
<Dependency>libisofs-devel</Dependency>
|
||||
<Dependency>readline-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>acl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libisoburn</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>acl</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>readline</Dependency>
|
||||
<Dependency>libburn</Dependency>
|
||||
<Dependency>libisofs</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libisoburn-devel</Name>
|
||||
<Summary>Development files for libisoburn</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libisoburn</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-15</Date>
|
||||
<Version>1.4.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libisoburn</Name>
|
||||
<Summary xml:lang="tr">Libburn ve libisofs kütüphanelerini kullanmak için bir arayüz.</Summary>
|
||||
<Description xml:lang="tr">libisoburn, libburn ve libisofs kütüphanelerini kullanmak için bir arayüzdür.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libisoburn-devel</Name>
|
||||
<Summary xml:lang="tr">libisoburn için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+76081
-76016
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
8a9a6dc21c63f55f3f13932a33dff1c89d66bd24
|
||||
ee0efe142d27195ab659952edb29e7024f1a6763
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
d329f80fc4ea3fded579200e56e037badd72dc7f
|
||||
475cd1bd68c34fc942c06a4bd845d6143f93c9c5
|
||||
Reference in New Issue
Block a user