aboutsummaryrefslogtreecommitdiffstats
path: root/main/libsexy
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-11 16:58:19 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-11 17:13:55 -0300
commit3eeb8e7dacefa476afa7fa87a080a1983c9aa2ef (patch)
tree1578b5399b35c5ec73c82612bbd7a691f76b17b3 /main/libsexy
parent124f146b69d19dbed8b64c4d93a82d6441b17000 (diff)
downloadaports-3eeb8e7dacefa476afa7fa87a080a1983c9aa2ef.tar.bz2
aports-3eeb8e7dacefa476afa7fa87a080a1983c9aa2ef.tar.xz
main/libsexy: fix url= and license=
Diffstat (limited to 'main/libsexy')
-rw-r--r--main/libsexy/APKBUILD14
1 files 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 <ncopa@alpinelinux.org>
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
}