contrib/lxpanel/Pkgfile
2011-06-30 20:38:31 +02:00

23 lines
589 B
Plaintext

# Description: desktop panel from lxde project
# URL: http://lxde.org/
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: gtk intltool menu-cache
name=lxpanel
version=0.5.6
release=1
source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz
alarm_typedef_conflict.patch)
build() {
cd $name-$version
patch -p0 -i ../alarm_typedef_conflict.patch
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}