atkmm: autoconfigure and use https

This commit is contained in:
Danny Rawlins 2017-02-11 12:31:39 +11:00
parent d556a9fd49
commit 4f02636302

View File

@ -6,12 +6,14 @@
name=atkmm
version=2.24.2
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
release=2
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure \
--prefix=/usr \
--disable-dependency-tracking \