Skip to content

Instantly share code, notes, and snippets.

Created October 19, 2014 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/26a54de5149e5dbf5ac8 to your computer and use it in GitHub Desktop.
Save anonymous/26a54de5149e5dbf5ac8 to your computer and use it in GitHub Desktop.
libunwind/Pkgfile
# Description: The primary goal of this project is to define a portable and efficient C programming interface (API) to determine the call-chain of a program.
# URL: http://www.nongnu.org/libunwind/
# Maintainer: Kristian Lehmann, email at zero-io dot net
# Depends on: xz
name=libunwind
version=1.1
release=1
source=(http://download.savannah.gnu.org/releases/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make -j1 DESTDIR=$PKG PREFIX=/usr install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment