diff options
Diffstat (limited to 'dev/util/glade/glade.mkbuild')
-rw-r--r-- | dev/util/glade/glade.mkbuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev/util/glade/glade.mkbuild b/dev/util/glade/glade.mkbuild index abb75ea..9152232 100644 --- a/dev/util/glade/glade.mkbuild +++ b/dev/util/glade/glade.mkbuild @@ -17,15 +17,15 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/glade/${VERSION:0:4}/glade-2.12.2.tar.bz2" +[[DOWNLOAD FOLDER URL]]="http://ftp.gnome.org/pub/GNOME/sources/glade3/3.1/glade3-3.1.5.tar.bz2" # 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' -[[SOURCE NAME]]="" +[[SOURCE NAME]]="glade3" # Package name. Null ("") to auto-set # Auto-set, get PKG_NAME from URL downcase(SRC_NAME): http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' -[[PACKAGE NAME]]="" +[[PACKAGE NAME]]="glade" # # Package default ARCH @@ -35,12 +35,12 @@ # # Package version. Null ("") to auto-set. # Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' -[[VERSION]]="" +[[VERSION]]="3.1.5" # # Package extension. Null ("") to auto-set # Auto-set, get EXTENSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' -[[EXTENSION]]="" +[[EXTENSION]]="bz2" # # Build number. @@ -62,7 +62,7 @@ # Dependency list input # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" # Example: -[[SLACK REQUIRED]]="scrollkeeper: gtk+2: libxml2" +[[SLACK REQUIRED]]="gtk+2 >= 2.10.0: libxml2 >= 2.4.1" # # Decompress program |