[arch-commits] Commit in kbackup (3 files)

Antonio Rojas arojas at archlinux.org
Tue Jan 2 21:09:03 UTC 2018


    Date: Tuesday, January 2, 2018 @ 21:09:02
  Author: arojas
Revision: 277825

archrelease: copy trunk to community-x86_64

Added:
  kbackup/repos/
  kbackup/repos/community-x86_64/
  kbackup/repos/community-x86_64/PKGBUILD
    (from rev 277824, kbackup/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: kbackup/repos/community-x86_64/PKGBUILD (from rev 277824, kbackup/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2018-01-02 21:09:02 UTC (rev 277825)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: BluePeril <blueperil (at) blueperil _dot_ de>
+
+pkgname=kbackup
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="A program that lets you back up any directories or files"
+arch=(x86_64)
+url="http://members.aon.at/m.koller/"
+license=(GPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("http://members.aon.at/m.koller/$pkgname-$pkgver.tar.xz")
+sha256sums=('5ec7b4d4933293104ba840fcea678ee28820970ad6d583c5a2ace4f7b5a95a24')
+
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release
+    make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list