18 lines
373 B
Text
18 lines
373 B
Text
![]() |
# 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
|
||
|
}
|