mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +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
|
pkgname=libtool
|
||||||
pkgver=2.4.6+40+g6ca5e224
|
pkgver=2.4.6+40+g6ca5e224
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_gccver=7.2.0
|
_gccver=7.2.1
|
||||||
pkgdesc='A generic library support script'
|
pkgdesc='A generic library support script'
|
||||||
arch=(i686 x86_64)
|
arch=(x86_64)
|
||||||
url='http://www.gnu.org/software/libtool"'
|
url='http://www.gnu.org/software/libtool"'
|
||||||
license=(GPL)
|
license=(GPL)
|
||||||
groups=(base-devel)
|
groups=(base-devel)
|
||||||
|
@ -35,28 +35,28 @@ md5sums=('SKIP'
|
||||||
|
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd $pkgname
|
cd libtool
|
||||||
git describe --tags | sed 's/-/+/g;s/^v//'
|
git describe --tags | sed 's/-/+/g;s/^v//'
|
||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd libtool
|
||||||
patch -p1 -i ../armv7h-nopic.patch
|
patch -p1 -i ../armv7h-nopic.patch
|
||||||
./bootstrap
|
./bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname
|
cd libtool
|
||||||
./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
|
./configure --prefix=/usr lt_cv_sys_lib_dlsearch_path_spec="/usr/lib /usr/lib32"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd $pkgname
|
cd libtool
|
||||||
make check
|
make check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $pkgname
|
cd libtool
|
||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue