diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/kadu/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/kadu/PKGBUILD')
-rw-r--r-- | community/kadu/PKGBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD deleted file mode 100644 index c34fcdf61..000000000 --- a/community/kadu/PKGBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: PKGBUILD 89897 2013-05-05 09:24:04Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> -# Contributor: Mateusz Herych -# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> - -pkgname=kadu -pkgver=0.12.3 -pkgrel=3 -pkgdesc='Qt-based Jabber/XMPP and Gadu-Gadu client' -arch=('i686' 'x86_64') -url='http://www.kadu.net/' -license=('GPL') -depends=('libgadu' 'libxss' 'enchant' 'phonon' 'qca-ossl' - 'libidn' 'libmpdclient' 'qtwebkit' 'xdg-utils') -makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl' 'optipng') -install=kadu.install -source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2) -sha256sums=('d607bbd0d00b01bfb70dd15f15c8be4076896a935041651e67a3887ad12ab8a8') - -prepare() { - find -name '*.png' -exec optipng -quiet -force -fix {} + -} - -build() { - mkdir build - cd build - - cmake ../$pkgname-$pkgver \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=/usr/lib - make -} - -package() { - cd build - make DESTDIR=$pkgdir LIBDIR=/usr/lib install - - mv $pkgdir/usr/sdk $pkgdir/usr/share/kadu/sdk - rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig} -} |