contrib/lxpanel/Pkgfile
2014-05-23 22:41:00 +10:00

24 lines
589 B
Plaintext

# Description: desktop panel from lxde project
# URL: http://lxde.org/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: gtk menu-cache xorg-libxdamage libwnck lxmenu-data
name=lxpanel
version=0.6.1
release=1
source=(http://download.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz)
build() {
cd $name-$version
CFLAGS+=' -lgmodule-2.0' ./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
chorn -R root:root $PKG
}