transmission: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:07:47 +01:00
parent c863d22d2f
commit 20a85dba4a
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,6 @@
. config/options $1
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -12,3 +12,5 @@ PKG_SECTION="system"
PKG_SHORTDESC="transmission: a fast, easy and free BitTorrent client"
PKG_LONGDESC="transmission is a fast, easy and free BitTorrent client"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"