mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/libtool to 2.4.2-6
This commit is contained in:
parent
ac01ff1fc0
commit
380cfaa963
1 changed files with 2 additions and 3 deletions
|
@ -7,12 +7,11 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - noautobuild, !distcc
|
# - noautobuild, !distcc
|
||||||
|
|
||||||
plugrel=1
|
|
||||||
noautobuild=1
|
noautobuild=1
|
||||||
|
|
||||||
pkgname=('libtool' 'libltdl')
|
pkgname=('libtool' 'libltdl')
|
||||||
pkgver=2.4.2
|
pkgver=2.4.2
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="A generic library support script"
|
pkgdesc="A generic library support script"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gnu.org/software/libtool"
|
url="http://www.gnu.org/software/libtool"
|
||||||
|
@ -34,7 +33,7 @@ check() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package_libtool() {
|
package_libtool() {
|
||||||
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.7.0')
|
depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.7.1')
|
||||||
groups=('base-devel')
|
groups=('base-devel')
|
||||||
install=libtool.install
|
install=libtool.install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue