mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
for some reason some symbols are weird in this release. keep it, but just rebuild everything https://gitlab.gnome.org/GNOME/libxml2/-/issues/526
34 lines
870 B
Plaintext
34 lines
870 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=libsexy
|
|
pkgver=0.1.11
|
|
pkgrel=10
|
|
pkgdesc="Doing naughty things to good widgets."
|
|
url="https://blog.chipx86.com/tag/libsexy/"
|
|
arch="all"
|
|
options="!check" # Tests require manual intervention and X11 display.
|
|
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/libsexy/libsexy/libsexy-$pkgver.tar.gz"
|
|
|
|
prepare() {
|
|
update_config_sub
|
|
default_prepare
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--disable-static
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
rm -f "$pkgdir"/usr/lib/libsexy.a
|
|
}
|
|
|
|
sha512sums="12ab0d2925b7a025116b8b03d8af3ed471cb60c0225b33d3a312e35acef95afb0fc265de135354883865fbe2338ca3b2d9356b401aa3bce4b532ec50a32067ca libsexy-0.1.11.tar.gz"
|