new package:

- add package util-macros
This commit is contained in:
Stephan Raue 2010-06-06 00:18:01 +02:00
parent 94a93b46d9
commit 6b40815111
2 changed files with 15 additions and 0 deletions

View File

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

View File

@ -0,0 +1 @@
http://xorg.freedesktop.org/archive/individual/util/util-macros-1.8.0.tar.bz2