@@ -0,0 +1,19 @@
|
||||
#!/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 pisitools
|
||||
from pisi.actionsapi import autotools
|
||||
|
||||
def setup():
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libfilezilla</Name>
|
||||
<Homepage>https://lib.filezilla-project.org/doc/index.html</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>Libry</IsA>
|
||||
<Summary>libfilezilla is a small and modern C++ library.</Summary>
|
||||
<Description>libfilezilla is a free, open source C++ library, offering some basic
|
||||
functionality to build high-performing, platform-independent programs.</Description>
|
||||
<Archive sha1sum="814a507b5548446be4263621f2dd30baa0c75813" type="tarbz2">http://download.filezilla-project.org/libfilezilla/libfilezilla-0.9.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libfilezilla</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libfilezilla-devel</Name>
|
||||
<Summary>Development files for libfilezilla</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libfilezilla</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-05-25</Date>
|
||||
<Version>0.9.1</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+126267
-125954
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
ac6fb480d57ae7473577f17dd9dd8e97c5900067
|
||||
d4dd1e823ebcc8ef5c28dc2a663c07ebde250d6d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c680efe47a009771264dadccc23bd953ad2d32ab
|
||||
46bf47fb97bf65031b04c2ff058141be90d70624
|
||||
Reference in New Issue
Block a user