diff options
Diffstat (limited to 'testing/telepathy-kde-contact-list/PKGBUILD')
-rw-r--r-- | testing/telepathy-kde-contact-list/PKGBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/testing/telepathy-kde-contact-list/PKGBUILD b/testing/telepathy-kde-contact-list/PKGBUILD deleted file mode 100644 index 78487f058..000000000 --- a/testing/telepathy-kde-contact-list/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 155476 2012-04-04 07:20:47Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Laurent Carlier <lordheavym@gmail.com> - -pkgname=telepathy-kde-contact-list -_pkgname=ktp-contact-list -pkgver=0.3.1 -pkgrel=1 -pkgdesc="Telepathy contact list application" -arch=('i686' 'x86_64') -url="http://community.kde.org/Real-Time_Communication_and_Collaboration" -license=('GPL') -depends=('telepathy-kde-common-internals' 'kdebase-runtime') -makedepends=('cmake' 'automoc4') -groups=('kde-telepathy') -install=${pkgname}.install -source=("http://download.kde.org/unstable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") -sha1sums=('5126abb03184da209b8745afb6ee0ab70a24536e') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../${_pkgname}-${pkgver} \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} |