opt/elfutils/Pkgfile

23 lines
500 B
Plaintext
Raw Normal View History

# Description: A collection of utilities to handle ELF objects.
# URL: http://www.ohloh.net/p/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
2016-06-17 11:18:59 +02:00
version=0.166
release=1
source=(https://fedorahosted.org/releases/e/l/$name/$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
}