19 lines
445 B
Plaintext
19 lines
445 B
Plaintext
# Description: A library that provides a Qt implementation of the DBusMenu spec
|
|
# URL: http://launchpad.net/libdbusmenu-qt
|
|
# Packager: alihan-ozturk28@hotmail.com
|
|
# Depends on: qt4
|
|
|
|
name=libdbusmenu-qt
|
|
version=0.9.2
|
|
release=1
|
|
|
|
source=(http://launchpad.net/libdbusmenu-qt/trunk/$version/+download/$name-$version.tar.bz2)
|
|
build() {
|
|
cd $name-$version
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DWITH_DOC=OFF
|
|
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|