aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}