🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920
pkgname: libtool
pkgver: '2.6.2'
pkgrel: 1
pkgdesc: The GNU generic library support script.
url: 'http://www.gnu.org/software/libtool/'
arch: x86_64
depends: []
makedepends:
- m4
source:
- 'https://ftp.gnu.org/gnu/libtool/libtool-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd libtool-${pkgver}
./configure --prefix=/usr
make
make DESTDIR=${PKGDIR} install
package: |
true