summaryrefslogtreecommitdiff
path: root/community/castget
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/castget
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/castget')
-rw-r--r--community/castget/PKGBUILD28
-rw-r--r--community/castget/castget.changelog6
2 files changed, 0 insertions, 34 deletions
diff --git a/community/castget/PKGBUILD b/community/castget/PKGBUILD
deleted file mode 100644
index cd2befc64..000000000
--- a/community/castget/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 67455 2012-03-11 21:00:52Z lcarlier $
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor: Jeff Mickey <jeff@archlinux.org>
-
-pkgname=castget
-pkgver=1.1.0
-pkgrel=2
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://www.nongnu.org/castget/"
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-options=('!libtool')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-md5sums=('e80096715efc17d1d87de793871e0006')
-
-build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- ./configure --prefix=/usr
- make
-}
-package() {
- cd ${srcdir}/$pkgname-$pkgver
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/castget/castget.changelog b/community/castget/castget.changelog
deleted file mode 100644
index 101086d83..000000000
--- a/community/castget/castget.changelog
+++ /dev/null
@@ -1,6 +0,0 @@
-2010-06-30 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * Update to major release 1.1.0
-
-2007-07-02 tardo <tardo@nagi-fanboi.net>
- * Built for x86_64
-