mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/xmessage: new aport
https://xorg.freedesktop.org/ Display a message or query in a window [TT: makedepend util-macros, add prepare(), fix configure paths]
This commit is contained in:
parent
f39909dd7e
commit
d2ebb75940
36
testing/xmessage/APKBUILD
Normal file
36
testing/xmessage/APKBUILD
Normal file
@ -0,0 +1,36 @@
|
||||
# Maintainer: Taner Tas <taner76@gmail.com>
|
||||
pkgname=xmessage
|
||||
pkgver=1.0.4
|
||||
pkgrel=0
|
||||
pkgdesc="Display a message or query in a window"
|
||||
url="https://xorg.freedesktop.org/"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
makedepends="libxaw-dev libx11-dev util-macros"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://xorg.freedesktop.org/archive/individual/app/${pkgname}-${pkgver}.tar.bz2"
|
||||
options="!check"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
update_config_sub
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
./configure \
|
||||
--build=$CBUILD \
|
||||
--host=$CHOST \
|
||||
--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="a087fb09595bf0b188a4525b45e9b607acd063cceae36c69c78a48674fb7eca1c82d5c2d2770c7f4425b499e4c002bfc0e377935308c218a330a2b4994b94ebd xmessage-1.0.4.tar.bz2"
|
Loading…
Reference in New Issue
Block a user