talimat 480 B

12345678910111213141516171819202122
  1. # Description: Lxqt-notificationd paketi, LXQt bildirim arka plan programıdır.
  2. # URL: http://lxqt.org
  3. # Packager: yasarciv67@gmail.com
  4. # Depends on: lxqt-common liblxqt
  5. name=lxqt-notificationd
  6. version=0.11.1
  7. release=1
  8. source=(https://github.com/lxde/$name/releases/download/$version/$name-$version.tar.xz)
  9. build() {
  10. mkdir -v build
  11. cd build
  12. cmake $SRC/$name-$version \
  13. -DCMAKE_BUILD_TYPE=Release \
  14. -DCMAKE_INSTALL_PREFIX=/usr \
  15. make
  16. make DESTDIR=$PKG install
  17. }