milis/talimatname/genel/xcb-proto/talimat

20 lines
403 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: XCB X protocol descriptions
# URL: http://xcb.freedesktop.org
# Packager: pierre at nutyx dot org, tnut at nutyx dot org
# Depends on: python
2016-07-26 22:24:03 +02:00
2016-02-24 01:27:23 +01:00
name=xcb-proto
2016-07-26 22:24:03 +02:00
version=1.12
2016-02-24 01:27:23 +01:00
release=1
source=(http://xcb.freedesktop.org/dist/xcb-proto-$version.tar.bz2)
build() {
cd xcb-proto-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}