contrib/xmessage/Pkgfile

22 lines
541 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/
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: xorg-libxaw
2007-06-06 09:14:08 +02:00
name=xmessage
version=1.0.3
2007-06-06 09:14:08 +02:00
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.bz2)
2007-06-06 09:14:08 +02:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
2007-06-06 09:14:08 +02:00
make
make DESTDIR=$PKG install
}