mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
bump autogen (5.11.5->5.12)
This commit is contained in:
parent
0d164c6845
commit
c33501032f
@ -5,8 +5,8 @@
|
|||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||||
|
|
||||||
pkgname=autogen
|
pkgname=autogen
|
||||||
pkgver=5.11.5
|
pkgver=5.12
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
|
pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="http://autogen.sourceforge.net/"
|
url="http://autogen.sourceforge.net/"
|
||||||
@ -14,8 +14,8 @@ license=('GPL3')
|
|||||||
depends=('guile>=1.8.8' 'libxml2>=2.7.3' 'libtool>=2.2.6a')
|
depends=('guile>=1.8.8' 'libxml2>=2.7.3' 'libtool>=2.2.6a')
|
||||||
options=('!libtool' '!makeflags')
|
options=('!libtool' '!makeflags')
|
||||||
install=autogen.install
|
install=autogen.install
|
||||||
source=(http://sourceforge.net/projects/autogen/files/AutoGen/AutoGen-${pkgver}/autogen-${pkgver}.tar.bz2)
|
source=(ftp://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
||||||
md5sums=('51c841eab6114de22b55f77a1c4f85b8')
|
md5sums=('126e56be629cda747390e8ba9be71e4b')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
@ -26,4 +26,4 @@ build() {
|
|||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install || return 1
|
make DESTDIR="${pkgdir}" install || return 1
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user