forked from ports/contrib
xmessage: 1.0.1 -> 1.0.3
This commit is contained in:
parent
1fb27c565d
commit
34185655b5
@ -3,7 +3,7 @@ drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xmessage
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/xmessage.1x.gz
|
||||
-rw-r--r-- root/root usr/man/man1/xmessage.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/X11/
|
||||
drwxr-xr-x root/root usr/share/X11/app-defaults/
|
||||
|
@ -1 +1 @@
|
||||
b3674c3a00a089764d86aa94e257ccec xmessage-1.0.1.tar.bz2
|
||||
76ac52710234ebb9d0e2762bb5d11ea1 xmessage-1.0.3.tar.bz2
|
||||
|
@ -5,14 +5,17 @@
|
||||
# Depends on: xorg-libxaw
|
||||
|
||||
name=xmessage
|
||||
version=1.0.1
|
||||
version=1.0.3
|
||||
release=1
|
||||
source=(http://xorg.freedesktop.org/releases/individual/app/xmessage-$version.tar.bz2)
|
||||
source=(http://xorg.freedesktop.org/releases/individual/app/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd xmessage-$version
|
||||
./configure --prefix=/usr
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user