eth0s/ports/core/elfutils/Pkgfile
2019-11-03 13:54:51 +08:00

17 lines
373 B
Text
Executable file

# Description: utilities and libraries for handling ELF files
# URL:
# Maintainer:
# Depends on:
name=elfutils
version=0.177
release=1
source=(https://sourceware.org/ftp/elfutils/$version/elfutils-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --program-prefix="eu-"
make
make DESTDIR=$PKG install
}