xorg/xorg-presentproto/Pkgfile

17 lines
389 B
Plaintext
Raw Normal View History

2013-12-27 22:43:44 +01:00
# Description: xorg proto presentproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
name=xorg-presentproto
2017-02-13 17:39:03 +01:00
version=1.1
2013-12-27 22:43:44 +01:00
release=1
source=(http://xorg.freedesktop.org/archive/individual/proto/presentproto-$version.tar.bz2)
build() {
cd presentproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}