mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/libtool to 2.4.6+40+g6ca5e224-2
This commit is contained in:
parent
2a8a8bcf15
commit
2962756adc
1 changed files with 8 additions and 8 deletions
|
@ -14,10 +14,10 @@ noautobuild=1
|
|||
|
||||
pkgname=libtool
|
||||
pkgver=2.4.6+40+g6ca5e224
|
||||
pkgrel=1
|
||||
_gccver=7.2.0
|
||||
pkgrel=2
|
||||
_gccver=7.2.1
|
||||
pkgdesc='A generic library support script'
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url='http://www.gnu.org/software/libtool"'
|
||||
license=(GPL)
|
||||
groups=(base-devel)
|
||||
|
@ -35,28 +35,28 @@ md5sums=('SKIP'
|
|||
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
cd libtool
|
||||
git describe --tags | sed 's/-/+/g;s/^v//'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
cd libtool
|
||||
patch -p1 -i ../armv7h-nopic.patch
|
||||
./bootstrap
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
cd libtool
|
||||
./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname
|
||||
cd libtool
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
cd libtool
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue