diff options
Diffstat (limited to 'kde-unstable/kdegames-kfourinline/PKGBUILD')
-rw-r--r-- | kde-unstable/kdegames-kfourinline/PKGBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-unstable/kdegames-kfourinline/PKGBUILD b/kde-unstable/kdegames-kfourinline/PKGBUILD deleted file mode 100644 index ca6905de3..000000000 --- a/kde-unstable/kdegames-kfourinline/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# $Id: PKGBUILD 171790 2012-11-21 19:23:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=kdegames-kfourinline -pkgver=4.9.80 -pkgrel=1 -pkgdesc="A four-in-a-row game" -url="http://kde.org/applications/games/kfourinline/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegames') -depends=('kdebase-runtime' 'libkdegames') -makedepends=('cmake' 'automoc4') -install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz") -sha1sums=('6512cbdd437dc498e1de5305ef262ab5d6a10463') - -build() { - mkdir build - cd build - cmake ../kfourinline-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} |