mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki.
This commit is contained in:
@@ -3,14 +3,12 @@ HOMEPAGE="http://www.transmissionbt.com/"
|
||||
SRC_URI="http://mirrors.m0k.org/transmission/files/transmission-1.72.tar.bz2"
|
||||
CHECKSUM_MD5="4ebbb9d4c27a019f5aced926818be4fa"
|
||||
REVISION="1"
|
||||
|
||||
STATUS_R5="untested"
|
||||
STATUS_BONE="untested"
|
||||
# gcc4 is required
|
||||
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
# pkgconfig is only a build dependency
|
||||
DEPEND="pkgconfig, curl, libevent"
|
||||
DEPEND="dev-util/pkgconfig >= 0.23
|
||||
net-misc/curl >= 7.20.1
|
||||
dev-libs/libevent >= 1.4.11"
|
||||
|
||||
BUILD {
|
||||
cd transmission-1.72
|
||||
|
||||
@@ -10,7 +10,9 @@ STATUS_BONE="untested"
|
||||
STATUS_HAIKU="stable"
|
||||
|
||||
# pkgconfig is only a build dependency
|
||||
DEPEND="pkgconfig, curl, libevent"
|
||||
DEPEND="dev-util/pkgconfig >= 0.23
|
||||
net-misc/curl >= 7.20.1
|
||||
dev-libs/libevent >= 1.4.11"
|
||||
|
||||
BUILD {
|
||||
cd transmission-1.73
|
||||
|
||||
Reference in New Issue
Block a user