new package:

- add package recordproto
This commit is contained in:
Stephan Raue 2009-10-22 10:01:53 +02:00
parent 74b82b7672
commit 95d1ac9172
2 changed files with 16 additions and 0 deletions

View File

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

View File

@ -0,0 +1 @@
http://xorg.freedesktop.org/archive/individual/proto/recordproto-1.14.tar.bz2