diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-12-07 15:02:31 +0000 |
commit | 8736f458a17a03cf79a763a0c8122f93162fed71 (patch) | |
tree | fba97f22de8410ee5df8985e6c98756093578100 /community-staging/twinkle | |
parent | d1d87d2ac643e3dabc251f3cec7d3b00e29b282c (diff) |
Wed Dec 7 15:02:27 UTC 2011
Diffstat (limited to 'community-staging/twinkle')
-rw-r--r-- | community-staging/twinkle/PKGBUILD | 33 | ||||
-rw-r--r-- | community-staging/twinkle/twinkle.desktop | 9 |
2 files changed, 0 insertions, 42 deletions
diff --git a/community-staging/twinkle/PKGBUILD b/community-staging/twinkle/PKGBUILD deleted file mode 100644 index 90cf4d6aa..000000000 --- a/community-staging/twinkle/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 59381 2011-11-23 21:20:51Z spupykin $ -# Maintainer: -# Contributor: Jeff Mickey <jeff@archlinux.org> -# Contributor: Alexander Baldeck <alexander@archlinux.org> -# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com> - -pkgname=twinkle -pkgver=1.4.2 -pkgrel=12 -pkgdesc="A softphone for voice over IP and instant messaging communications using the SIP protocol" -arch=('i686' 'x86_64') -url="http://www.twinklephone.com/" -license=('GPL') -depends=('file' 'speex' 'boost-libs' 'libsndfile' 'commoncpp2' 'libxml2' 'libx11' - 'qt3' 'libzrtpcpp') -makedepends=('pkg-config' 'boost') -source=(http://www.xs4all.nl/~mfnboer/${pkgname}/download/${pkgname}-${pkgver}.tar.gz) -md5sums=('d70c8972f296ffd998c7fb698774705b') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - . /etc/profile.d/qt3.sh - ./configure --prefix=/usr \ - --without-kde \ - --with-speex - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install - install -D -m644 twinkle.desktop ${pkgdir}/usr/share/applications/twinkle.desktop -} diff --git a/community-staging/twinkle/twinkle.desktop b/community-staging/twinkle/twinkle.desktop deleted file mode 100644 index e85a32e51..000000000 --- a/community-staging/twinkle/twinkle.desktop +++ /dev/null @@ -1,9 +0,0 @@ -[Desktop Entry] -Name=Twinkle -Comment=A SIP softphone for Qt -Icon=/usr/share/twinkle/twinkle48.png -Exec=twinkle -Terminal=false -Type=Application -Categories=Network; -StartupNotify=false |