diff options
Diffstat (limited to 'net/im/ekiga/ekiga.mkbuild')
-rw-r--r-- | net/im/ekiga/ekiga.mkbuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/im/ekiga/ekiga.mkbuild b/net/im/ekiga/ekiga.mkbuild index b339078..26a6d31 100644 --- a/net/im/ekiga/ekiga.mkbuild +++ b/net/im/ekiga/ekiga.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://www.ekiga.org/admin/downloads/latest/sources/sources/ekiga-2.0.12.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://www.ekiga.org/admin/downloads/latest/sources/ekiga_3.0.2/ekiga-3.0.2.tar.gz" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -62,7 +62,7 @@ # Dependency list input # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" # Example: -[[SLACK REQUIRED]]="opal: gnome-doc-utils: GConf: libgnome: libgnomeui" +[[SLACK REQUIRED]]="opal: gnome-doc-utils: GConf: libgnome: libgnomeui: ptlib: avahi" # # Decompress program @@ -82,7 +82,7 @@ # # ./configure options -[[OTHER CONFIGURE ARGS]]="" +[[OTHER CONFIGURE ARGS]]="--sysconfdir=/etc --disable-eds" # # PREFIX. Default /usr @@ -90,7 +90,7 @@ # # Number of jobs -[[NUMBER OF JOBS]]="-j4" +[[NUMBER OF JOBS]]="" #--------------------- # Others changes @@ -127,6 +127,7 @@ off: md5sum_download_and_check_0 off: md5sum_download_and_check_1 off: gpg_signature_check + on: manifest_check on: untar_source off: patch_source on: configure |