Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2012 10:55
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/4188181 to your computer and use it in GitHub Desktop.
Save anonymous/4188181 to your computer and use it in GitHub Desktop.
Pkgfile
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=libnl
version=3.2.16
release=1
source=(http://www.infradead.org/~tgr/libnl/files/libnl-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/man \
--disable-static \
--disable-cli
make
make DESTDIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment