diff options
Diffstat (limited to 'extra/yakuake/PKGBUILD')
-rw-r--r-- | extra/yakuake/PKGBUILD | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/extra/yakuake/PKGBUILD b/extra/yakuake/PKGBUILD deleted file mode 100644 index 1642a8bd4..000000000 --- a/extra/yakuake/PKGBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# $Id: PKGBUILD 169308 2012-10-19 06:54:12Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: James Rayner <iphitus@gmail.com> -# Contributor: leeghoofd <abcdefg@solcon.nl> - -pkgname=yakuake -pkgver=2.9.9 -pkgrel=1 -pkgdesc="A drop-down terminal emulator based on KDE konsole technology" -arch=('i686' 'x86_64') -url='http://yakuake.kde.org/' -license=('GPL') -depends=('kdebase-konsole') -makedepends=('cmake' 'automoc4') -install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -md5sums=('ef97612710b28d62e43a58bed49cbead') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} |