eth0s/ports/core/elfutils/Pkgfile

18 lines
442 B
Text
Raw Normal View History

# Description: utilities and libraries for handling ELF files
# URL:
2019-11-10 23:58:56 +08:00
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
# Depends on:
name=elfutils
2020-06-12 16:42:33 +08:00
version=0.178
release=1
source=(https://sourceware.org/ftp/elfutils/$version/elfutils-$version.tar.bz2)
build() {
cd $name-$version
2020-06-12 16:42:33 +08:00
./configure --prefix=/usr --program-prefix="eu-" --disable-debuginfod
make
make DESTDIR=$PKG install
}