contrib/xmessage/Pkgfile

19 lines
438 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/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: xorg-libxaw
2007-06-06 09:14:08 +02:00
name=xmessage
2020-06-14 16:26:52 +02:00
version=1.0.5
2007-06-06 09:14:08 +02:00
release=1
2018-01-31 11:20:05 +01:00
source=(https://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.bz2)
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
}