mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/xmessage: upgrade to 1.0.5, clarify license
This commit is contained in:
parent
d06f362bbe
commit
d475af395d
@ -1,21 +1,16 @@
|
|||||||
# Maintainer: Taner Tas <taner76@gmail.com>
|
# Maintainer: Taner Tas <taner76@gmail.com>
|
||||||
pkgname=xmessage
|
pkgname=xmessage
|
||||||
pkgver=1.0.4
|
pkgver=1.0.5
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Display a message or query in a window"
|
pkgdesc="Display a message or query in a window"
|
||||||
url="https://xorg.freedesktop.org/"
|
url="https://xorg.freedesktop.org/"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL"
|
license="MIT"
|
||||||
makedepends="libxaw-dev libx11-dev util-macros"
|
makedepends="libxaw-dev libx11-dev util-macros"
|
||||||
subpackages="$pkgname-doc"
|
subpackages="$pkgname-doc"
|
||||||
source="https://xorg.freedesktop.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2"
|
source="https://xorg.freedesktop.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
prepare() {
|
|
||||||
default_prepare
|
|
||||||
update_config_sub
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
./configure \
|
./configure \
|
||||||
@ -33,4 +28,4 @@ package() {
|
|||||||
make DESTDIR="$pkgdir" install
|
make DESTDIR="$pkgdir" install
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="a087fb09595bf0b188a4525b45e9b607acd063cceae36c69c78a48674fb7eca1c82d5c2d2770c7f4425b499e4c002bfc0e377935308c218a330a2b4994b94ebd xmessage-1.0.4.tar.bz2"
|
sha512sums="a8423c3986b1576fa67800c315a605a527bb9a8f594ac269a736ae7b91eed0d4d83deb89148197dc3cd3f0e51894146958ce2979f78e97dcdb99c5326e34dabe xmessage-1.0.5.tar.bz2"
|
||||||
|
Loading…
Reference in New Issue
Block a user