CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Major update for Arch-Maintainer's email (all ports)
[attic/ports/opt-cross.git] / stalonetray / Pkgfile
CommitLineData
5ef78620
JB
1# Description: stand-alone freedesktop.org and KDE system tray (notification area) for X Window System/X11
2# URL: http://stalonetray.sourceforge.net/
3# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
6b985c9b 4# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
5ef78620
JB
5# Depends on: xorg-libx11
6
7name=stalonetray
8version=0.7.6
9release=1
10source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
11
12build() {
13 cd $name-$version
14
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
17 --prefix=/usr \
18 --mandir=/usr/man \
19 --disable-debug
20
21 make
22 make DESTDIR=$PKG install
23}