mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
* convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
This commit is contained in:
38
net-p2p/transmission/transmission-2.21.recipe
Normal file
38
net-p2p/transmission/transmission-2.21.recipe
Normal file
@@ -0,0 +1,38 @@
|
||||
DESCRIPTION="Transmission"
|
||||
HOMEPAGE="http://www.transmissionbt.com/"
|
||||
SRC_URI="http://download.transmissionbt.com/files/transmission-2.21.tar.bz2"
|
||||
CHECKSUM_MD5="65a00e3423834121c274717bde2b4dd9"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
# pkgconfig is only a build dependency
|
||||
# note: intlool, XML-Parser, & gettext are now required
|
||||
DEPEND="dev-util/pkgconfig >= 0.23
|
||||
net-misc/curl >= 7.20.1
|
||||
dev-libs/libevent >= 2.0.10"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd transmission-2.21
|
||||
autoreconf -vfi
|
||||
|
||||
# Transmission doesn't think it's a bug, so we will have to remove this
|
||||
sed -i 's/IT_PROG_INTLTOOL(0.35.0,no-xml)/ /' configure
|
||||
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--disable-nls \
|
||||
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
|
||||
--localedir=`finddir B_COMMON_DATA_DIRECTORY`/locale \
|
||||
--datarootdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
cd transmission-2.21
|
||||
make install
|
||||
}
|
||||
LICENSE="Transmission
|
||||
MIT
|
||||
GNU GPL v2"
|
||||
COPYRIGHT="2005-2011. All code is copyrighted by the respective authors."
|
||||
Reference in New Issue
Block a user