contrib/xmessage/Pkgfile

19 lines
439 B
Plaintext
Raw Normal View History

2007-06-06 09:14:08 +02:00
# Description: A program to display messages from the command line, a file or standard input in a window.
2007-12-12 11:16:22 +01:00
# URL: http://xorg.freedesktop.org/
2023-03-04 15:14:27 +01:00
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: xorg-libxaw
2007-06-06 09:14:08 +02:00
name=xmessage
2022-07-24 08:22:56 +02:00
version=1.0.6
2007-06-06 09:14:08 +02:00
release=1
2022-07-24 08:22:56 +02:00
source=(https://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.xz)
2007-06-06 09:14:08 +02:00
build() {
cd $name-$version
2018-01-31 11:20:05 +01:00
./configure --prefix=/usr
2007-06-06 09:14:08 +02:00
make
make DESTDIR=$PKG install
}