From 2e6eeec87fa03abfaa02af243500f82cf13511e4 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 24 Feb 2020 21:12:56 -0300 Subject: [PATCH] community/gtkspell: modernize --- community/gtkspell/APKBUILD | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/community/gtkspell/APKBUILD b/community/gtkspell/APKBUILD index 13647cc56a1..a465b929f03 100644 --- a/community/gtkspell/APKBUILD +++ b/community/gtkspell/APKBUILD @@ -8,16 +8,14 @@ arch="all" license="GPL-2.0-only" makedepends="gtk+2.0-dev enchant-dev intltool" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="http://$pkgname.sourceforge.net/download/$pkgname-$pkgver.tar.gz" +source="http://gtkspell.sourceforge.net/download/gtkspell-$pkgver.tar.gz" prepare() { - cd "$builddir" update_config_sub default_prepare } build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,12 +24,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install }