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/pidgin-lwqq/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/pidgin-lwqq/PKGBUILD')
-rw-r--r-- | community/pidgin-lwqq/PKGBUILD | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD deleted file mode 100644 index b18337ac2..000000000 --- a/community/pidgin-lwqq/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 93040 2013-06-23 03:02:10Z fyan $ -# Maintainer: Felix Yan <felixonmars@gmail.com> - -pkgname=pidgin-lwqq -pkgver=0.1f -_commit=66b7498a7530a1c47dabbe05c0726a9188353217 -pkgrel=1 -pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol" -arch=('i686' 'x86_64') -url="https://github.com/xiehuc/pidgin-lwqq" -license=('GPL3') -depends=('libpurple' 'curl' 'libev' 'hicolor-icon-theme' 'gtk-update-icon-cache') -optdepends=('pidgin: Multi-protocol instant messaging client' - 'telepathy-haze: Empathy plugin support') -makedepends=('git' 'cmake') -install=$pkgname.install -#source=("git://github.com/xiehuc/pidgin-lwqq.git#commit=$_commit") -source=("git://github.com/xiehuc/pidgin-lwqq.git#tag=$pkgver") -md5sums=('SKIP') - -build() -{ - cd "${srcdir}/$pkgname" - - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make -} - -package() -{ - cd "$srcdir/$pkgname" - make DESTDIR="${pkgdir}" install -} |