contrib/xmessage/Pkgfile
2020-06-15 00:26:52 +10:00

19 lines
438 B
Plaintext

# Description: A program to display messages from the command line, a file or standard input in a window.
# URL: http://xorg.freedesktop.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: xorg-libxaw
name=xmessage
version=1.0.5
release=1
source=(https://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}