diff options
author | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-10 01:12:52 -0800 |
commit | 1bb2648cde916ac27d3dd75d7b64a4ddc89787b7 (patch) | |
tree | 016bfa1969323404c37dbef29cfc7242a5a8e9f3 /extra/kshutdown/PKGBUILD | |
parent | e9c244cac8e5dc1c59c7e8b7bc885fef04224b70 (diff) |
Sun Feb 10 01:12:35 PST 2013
Diffstat (limited to 'extra/kshutdown/PKGBUILD')
-rw-r--r-- | extra/kshutdown/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/extra/kshutdown/PKGBUILD b/extra/kshutdown/PKGBUILD deleted file mode 100644 index a76d8c3b8..000000000 --- a/extra/kshutdown/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 172105 2012-11-28 13:15:50Z stephane $ -# Maintainer: Tobias Powalowski <tpowa@archlinux.org> - -pkgname=kshutdown -pkgver=3.0beta5 -pkgrel=1 -pkgdesc="Shutdown Utility for KDE" -arch=('i686' 'x86_64') -url="http://kshutdown.sourceforge.net/" -license=('GPL') -depends=('kdebase-workspace') -makedepends=('cmake' 'automoc4') -install='kshutdown.install' -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.zip") -sha1sums=('108e27a7d1cef505c296656f92ab071d8c53bce3') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}/build" - make DESTDIR="${pkgdir}" install -} |