contrib/xmessage/Pkgfile
2018-01-31 21:20:05 +11:00

20 lines
488 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
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: xorg-libxaw
name=xmessage
version=1.0.4
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
}