opt/elfutils/Pkgfile

23 lines
490 B
Plaintext
Raw Normal View History

# Description: A collection of utilities to handle ELF objects.
2017-05-09 15:28:28 +02:00
# URL: https://sourceware.org/elfutils/
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: bzip2 xz zlib
name=elfutils
2017-05-09 15:28:28 +02:00
version=0.169
2016-06-17 11:18:59 +02:00
release=1
2017-03-02 22:24:02 +01:00
source=(https://sourceware.org/$name/ftp/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
2014-07-02 08:18:51 +02:00
--program-prefix=eu- \
--disable-nls
make
make DESTDIR=$PKG install
}