mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-18 14:21:57 +01:00
main/libsexy: fix url= and license=
This commit is contained in:
parent
124f146b69
commit
3eeb8e7dac
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user