From 3eeb8e7dacefa476afa7fa87a080a1983c9aa2ef Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 11 Feb 2020 16:58:19 -0300 Subject: main/libsexy: fix url= and license= --- main/libsexy/APKBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/main/libsexy/APKBUILD b/main/libsexy/APKBUILD index 7055666eff..7dfad94e5b 100644 --- a/main/libsexy/APKBUILD +++ b/main/libsexy/APKBUILD @@ -1,25 +1,22 @@ # Maintainer: Natanael Copa pkgname=libsexy pkgver=0.1.11 -pkgrel=8 +pkgrel=9 pkgdesc="Doing naughty things to good widgets." -url="http://chipx86.com/wiki/Libsexy" +url="https://blog.chipx86.com/tag/libsexy/" arch="all" options="!check" # Tests require manual intervention and X11 display. -license="LGPL-2.0+" +license="LGPL-2.0-or-later" subpackages="$pkgname-dev $pkgname-doc" makedepends="gtk+2.0-dev libxml2-dev iso-codes-dev" -source="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz" +source="http://releases.chipx86.com/libsexy/libsexy/libsexy-$pkgver.tar.gz" prepare() { - cd "$builddir" update_config_sub default_prepare } -build () -{ - cd "$builddir" +build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -29,7 +26,6 @@ build () } package() { - cd "$builddir" make DESTDIR="$pkgdir" install rm -f "$pkgdir"/usr/lib/libsexy.a } -- cgit v1.2.3