summaryrefslogtreecommitdiffstats
path: root/main/libsexy/APKBUILD
blob: 64488a0ad9e59de151a7c0a1bbbf3c997d968eb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsexy
pkgver=0.1.11
pkgrel=0
pkgdesc="Doing naughty things to good widgets."
url="http://chipx86.com/wiki/Libsexy"
license="GPL"
subpackages="$pkgname-dev $pkgname-doc"
makedepends="gtk+-dev libxml2-dev iso-codes"
source="http://releases.chipx86.com/$pkgname/$pkgname/$pkgname-$pkgver.tar.gz"

build ()
{
	cd "$srcdir"/$pkgname-$pkgver
	./configure --prefix=/usr \
		--disable-static
	make || return 1
	make DESTDIR="$pkgdir" install
	rm -f "$pkgdir"/usr/lib/libsexy.a
}

md5sums="33c079a253270ec8bfb9508e4bb30754  libsexy-0.1.11.tar.gz"