summaryrefslogtreecommitdiff
path: root/elfutils-32/Pkgfile
blob: 533c9ee8c29909678325bafbcd7a119df4a3ff3e (plain)
    1 # Description: A collection of utilities to handle ELF objects.
    2 # URL: http://www.ohloh.net/p/elfutils
    3 # Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
    4 # Depends on: bzip2-32 xz-32 zlib-32 elfutils
    5 
    6 name=elfutils-32
    7 version=0.158
    8 release=1
    9 source=(https://fedorahosted.org/releases/e/l/elfutils/$version/elfutils-$version.tar.bz2)
   10 
   11 build() {
   12 	cd elfutils-$version
   13 
   14 	./configure \
   15 		--prefix=/usr \
   16 		--libdir=/usr/lib32 \
   17 		--program-prefix=eu-
   18 
   19 	make
   20 	make DESTDIR=$PKG install
   21 
   22 	rm -r $PKG/usr/{bin,include,share}
   23 }

Generated by cgit