diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-05-28 05:45:55 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-05-28 05:45:55 +0000 |
commit | 4d22176132f4a830ab0cc510dabbc9f8c1c362ea (patch) | |
tree | 9f97e7a21013e7ed7de7edb5426650be3a7b73e3 /community/skype-call-recorder | |
parent | 33feb015eb09eee76827f359e685fce981d88111 (diff) |
Sat May 28 05:45:54 UTC 2011
Diffstat (limited to 'community/skype-call-recorder')
-rw-r--r-- | community/skype-call-recorder/PKGBUILD | 26 | ||||
-rw-r--r-- | community/skype-call-recorder/skype-call-recorder.install | 13 |
2 files changed, 0 insertions, 39 deletions
diff --git a/community/skype-call-recorder/PKGBUILD b/community/skype-call-recorder/PKGBUILD deleted file mode 100644 index 83f944c97..000000000 --- a/community/skype-call-recorder/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 6063 2009-11-28 12:03:50Z foutrelis $ -# Maintainer: Evangelos Foutras <foutrelis@gmail.com> -# Contributor: Tarinaky <tarinaky@hunity.co.uk> - -pkgname=skype-call-recorder -pkgver=0.8 -pkgrel=1 -pkgdesc="Open source tool that allows you to record your Skype calls on Linux" -arch=('i686' 'x86_64') -url="http://atdot.ch/scr/" -license=('GPL') -depends=('qt' 'libvorbis' 'lame' 'id3lib' 'hicolor-icon-theme') -makedepends=('cmake') -install=skype-call-recorder.install -source=(http://atdot.ch/scr/files/$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('937544a5245fdcfa50878d083dab706a') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - cmake -DCMAKE_INSTALL_PREFIX=/usr . - make || return 1 - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: diff --git a/community/skype-call-recorder/skype-call-recorder.install b/community/skype-call-recorder/skype-call-recorder.install deleted file mode 100644 index e4f8fd06c..000000000 --- a/community/skype-call-recorder/skype-call-recorder.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: |