Files
ports/core/libtool/spkgbuild
2023-05-03 16:38:34 +02:00

15 lines
247 B
Plaintext
Executable File

# description : The GNU generic library support script
name=libtool
version=2.4.7
release=1
source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz"
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}