new package:

- add package xcb-proto
This commit is contained in:
Stephan Raue 2009-12-01 11:09:37 +01:00
parent afb41fd091
commit 44962847e2
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
make
$MAKEINSTALL

View File

@ -0,0 +1 @@
http://xcb.freedesktop.org/dist/xcb-proto-1.5.tar.bz2