add new package autoconf-archive
This commit is contained in:
+12037
-11167
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
8bfecd3ab68c2e468828ed39e46686808da48c72
|
||||
adee6e7ac6962e1dcbfd7c8050dfbd63c9b0524d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
ebca9c7409698a7b37212b627464b30c5944436b
|
||||
9dd4415f775a1ad3eb21d5b9129521e434710b5f
|
||||
@@ -0,0 +1,23 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "ChangeLog", "COPYING", "README")
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>autoconf-archive</Name>
|
||||
<Homepage>http://www.gnu.org/software/autoconf-archive/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<Summary>A collection of freely re-usable Autoconf macros</Summary>
|
||||
<Description>The GNU Autoconf Archive is a collection of more than 500 macros for GNU Autoconf that have been contributed as free software by friendly supporters of the cause from all over the Internet.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>autoconf</Dependency>
|
||||
<Dependency>automake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="400d1f68a2c19cccb0602e188612bcec49fb4dee" type="tarxz">ftp://ftp.gnu.org/pub/gnu/autoconf-archive/autoconf-archive-2016.09.16.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>autoconf-archive</Name>
|
||||
<Summary>A collection of freely re-usable Autoconf macros</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>autoconf</Dependency>
|
||||
<Dependency>automake</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/aclocal</Path>
|
||||
<Path fileType="doc">/</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-01-25</Date>
|
||||
<Version>2016.09.16</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user