milis/talimatname/genel/libdbusmenu-qt/talimat

19 lines
452 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: DBusMenu spesifikasyonunun Qt uygulanmasını sağlayan bir kütüphane
# 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
}