Kaydet (Commit) d0101f14 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Initial commit

üst
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from inary.actionsapi import autotools
from inary.actionsapi import inarytools
from inary.actionsapi import get
def setup():
autotools.autoreconf("-fiv")
autotools.configure("--enable-gtk-doc --disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
inarytools.dodoc("AUTHORS", "COPYING", "README")
<?xml version="1.0" ?>
<!DOCTYPE INARY SYSTEM "http://www.sulin.org/projeler/inary/inary-spec.dtd">
<INARY>
<Source>
<Name>lxde-menu-cache</Name>
<Homepage>http://www.lxde.org</Homepage>
<Packager>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.lxde.base</PartOf>
<Summary>A library creating and utilizing caches to speed up freedesktop.org application menus</Summary>
<Description>lxde-menu-cache is a library creating and utilizing caches to speed up freedesktop.org application menus.</Description>
<Archive sha1sum="01e6035aa1fe76d7047bdec235254aa5ce17394a" type="tarxz">mirrors://sourceforge/project/lxde/menu-cache/1.1/menu-cache-1.1.0.tar.xz</Archive>
</Source>
<Package>
<Name>lxde-menu-cache</Name>
<RuntimeDependencies>
<Dependency>libfm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>lxde-menu-cache-devel</Name>
<Summary>Development headers for lxde-menu-cache</Summary>
<RuntimeDependencies>
<Dependency release="current">lxde-menu-cache</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="6">
<Date>2014-09-08</Date>
<Version>1.1.0</Version>
<Comment>First Release.</Comment>
<Name>Süleyman Poyraz</Name>
<Email>zaryob.dev@gmail.com</Email>
</Update>
</History>
</INARY>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment