summaryrefslogtreecommitdiff
path: root/libunwind/Pkgfile
blob: c8d2e25aa12e3ad8805fbba16769c6c3b73becb9 (plain)
    1 # Description: Portable and efficient API to determine the call-chain of a program
    2 # URL: https://savannah.nongnu.org/projects/libunwind
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Depends on:
    5 # Optional: texlive
    6 
    7 name=libunwind
    8 version=1.6.2
    9 release=1
   10 source=(https://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
   11 
   12 build() {
   13 	cd $name-$version
   14 	./configure --prefix=/usr --enable-documentation
   15 	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   16 	make
   17 	make DESTDIR=$PKG install
   18 }

Generated by cgit