xorg/printproto/Pkgfile
2014-01-09 22:57:51 +11:00

18 lines
379 B
Plaintext

# Description: X11 print extension wire protocol
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=printproto
version=1.0.5
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}