Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2013 16:01
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/4945624 to your computer and use it in GitHub Desktop.
Save anonymous/4945624 to your computer and use it in GitHub Desktop.
Pkgfile
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=pacman
version=4.0.3
release=1
source=(ftp://ftp.archlinux.org/other/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-doc
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment