contrib/lxpanel/Pkgfile

23 lines
589 B
Plaintext
Raw Normal View History

2010-06-23 14:51:00 +02:00
# Description: desktop panel from lxde project
2011-06-30 20:38:31 +02:00
# URL: http://lxde.org/
2010-06-23 14:51:00 +02:00
# Maintainer: Bartlomiej Palmowski, rotwang at crux dot org dot pl
# Depends on: gtk intltool menu-cache
2010-06-23 14:37:16 +02:00
name=lxpanel
2010-09-13 17:11:48 +02:00
version=0.5.6
2010-06-23 14:37:16 +02:00
release=1
2011-06-30 20:38:31 +02:00
source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz
alarm_typedef_conflict.patch)
2010-06-23 14:37:16 +02:00
build() {
cd $name-$version
2011-06-30 20:38:31 +02:00
patch -p0 -i ../alarm_typedef_conflict.patch
2010-06-23 14:37:16 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
}