diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 19:19:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 19:23:54 -0300 |
commit | 086bccaefb7c440d80743b0140d15eaa97dbc282 (patch) | |
tree | d4d699b2fbd36a5c049a5a6df97e2625670ab3d5 /community/xfce4-wavelan-plugin/APKBUILD | |
parent | 7a6f7e536e14525296010e0595174c30c68f29dc (diff) | |
download | aports-086bccaefb7c440d80743b0140d15eaa97dbc282.tar.bz2 aports-086bccaefb7c440d80743b0140d15eaa97dbc282.tar.xz |
community/xfce4-wavelan-plugin: upgrade to 0.6.1
Diffstat (limited to 'community/xfce4-wavelan-plugin/APKBUILD')
-rw-r--r-- | community/xfce4-wavelan-plugin/APKBUILD | 33 |
1 files changed, 7 insertions, 26 deletions
diff --git a/community/xfce4-wavelan-plugin/APKBUILD b/community/xfce4-wavelan-plugin/APKBUILD index 155394acfb..06b9f12e07 100644 --- a/community/xfce4-wavelan-plugin/APKBUILD +++ b/community/xfce4-wavelan-plugin/APKBUILD @@ -1,32 +1,16 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-wavelan-plugin -pkgver=0.6.0 +pkgver=0.6.1 pkgrel=0 pkgdesc="plugin to monitor wifi connectivity for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin/" arch="all" -license="custom" -depends= +license="BSD-2-Clause" subpackages="$pkgname-lang" makedepends="xfce4-panel-dev libxfce4ui-dev linux-headers" -source="https://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 - " - -_builddir="$srcdir"/$pkgname-$pkgver - -prepare() { - cd "$_builddir" - update_config_sub || return 1 - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -# xdt-autogen -} +source="https://archive.xfce.org/src/panel-plugins/xfce4-wavelan-plugin/${pkgver%.*}/xfce4-wavelan-plugin-$pkgver.tar.bz2" build() { - cd "$_builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -34,15 +18,12 @@ build() { --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ - --disable-static \ - || return 1 - make || return 1 + --disable-static + make } package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 - install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING + make DESTDIR="$pkgdir" install } -sha512sums="50dd069902d69071f0d4ab7036fa451ae6cdaca9fbeb56255d58a5864d4e4b3749267b1cc4b411e1073daac9678554f3d483d30aba759ef161425ba3cdd0306e xfce4-wavelan-plugin-0.6.0.tar.bz2" +sha512sums="530758dec07b404009117038fa6bcac5aaebf9db97710cdeafadece4eb5680318023404276fae8cf1ff38fb5e9eb807f77eea23a30740674a8659404eb17aeec xfce4-wavelan-plugin-0.6.1.tar.bz2" |