new package: add package 'attr'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-09-22 18:48:40 +02:00
parent 128664b5ea
commit e3686c96c6
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#!/bin/sh
. config/options $1
setup_toolchain host
cd $PKG_BUILD
./configure --host=$HOST_NAME \
--build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \
make
make install-lib
make install-dev

View File

@ -0,0 +1 @@
http://download.savannah.gnu.org/releases/attr/attr-2.4.44.src.tar.gz