aboutsummaryrefslogtreecommitdiffstats
path: root/community/libidl
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-08 15:52:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-08 19:24:01 +0000
commit0dd3e84a40ac335b3746aa5b7d7c8712f3b2fb8b (patch)
tree155a0aa471fe79a00900dc7476631f2ab296e5d7 /community/libidl
parent90088e4eb6c202194d9e09cb0f3cbbd065e54dfe (diff)
downloadaports-0dd3e84a40ac335b3746aa5b7d7c8712f3b2fb8b.tar.bz2
aports-0dd3e84a40ac335b3746aa5b7d7c8712f3b2fb8b.tar.xz
community/libidl: modernize
Diffstat (limited to 'community/libidl')
-rw-r--r--community/libidl/APKBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/community/libidl/APKBUILD b/community/libidl/APKBUILD
index 24650de7f3..edb9f74f73 100644
--- a/community/libidl/APKBUILD
+++ b/community/libidl/APKBUILD
@@ -1,5 +1,5 @@
-# Contributor:
-# Maintainer:
+# Contributor:
+# Maintainer:
pkgname=libidl
pkgver=0.8.14
pkgrel=2
@@ -7,23 +7,19 @@ pkgdesc="Library for parsing Interface Definition Language files"
url="https://www.gnome.org/"
arch="all"
options="!check" # No test suite.
-license="LGPL-2.0+"
-depends=
+license="LGPL-2.0-or-later"
makedepends="glib-dev flex bison"
-install=
subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/libIDL/${pkgver%.*}/libIDL-$pkgver.tar.bz2"
builddir="$srcdir"/libIDL-$pkgver
prepare() {
- cd "$builddir"
update_config_sub
default_prepare
}
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -35,7 +31,6 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}