amarok add dep
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-vfi")
|
||||
autotools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ifuse</Name>
|
||||
<Homepage>http://matt.colyer.name/projects/iphone-linux</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2+</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Mount Apple iPhone and iPod touch devices</Summary>
|
||||
<Description>ifuse, a fuse filesystem for mounting iPhone and iPod touch devices.</Description>
|
||||
<Archive sha1sum="d186dd713bbff8e15cd8cbb5f7f2c5b5be62d594" type="tarbz2">http://www.libimobiledevice.org/downloads/ifuse-1.1.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libimobiledevice-devel</Dependency>
|
||||
<Dependency>fuse-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ifuse</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libimobiledevice</Dependency>
|
||||
<Dependency>fuse</Dependency>
|
||||
<Dependency>usbmuxd</Dependency>
|
||||
<Dependency>libtasn1</Dependency>
|
||||
<Dependency>gnutls</Dependency>
|
||||
<Dependency>libplist</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="man">/usr/share/man/</Path>
|
||||
<Path fileType="doc">/usr/share/doc/ifuse</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-01-07</Date>
|
||||
<Version>1.1.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ifuse</Name>
|
||||
<Summary xml:lang="tr">Apple iPhone ve iPod touch cihazlarını bağlama aracı</Summary>
|
||||
<Description xml:lang="tr">ifuse, Apple iPhone ve iPod touch cihazlarını sisteme bağlamak için gerekli araçları içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user