eth0s/ports/elfutils/Pkgfile
2019-10-03 18:00:34 +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
}