aboutsummaryrefslogtreecommitdiffstats
path: root/rssyl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'rssyl/PKGBUILD')
-rw-r--r--rssyl/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/rssyl/PKGBUILD b/rssyl/PKGBUILD
deleted file mode 100644
index 1113c95..0000000
--- a/rssyl/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-pkgname=rssyl
-pkgver=0.34
-pkgrel=1
-pkgdesc="claws-mail plugin for RSS and Atom feeds"
-arch=(i686 x86_64)
-url="http://www.claws-mail.org/plugin.php?plugin=rssyl"
-license=('GPL')
-groups=(network)
-depends=('claws-mail>=3.9.0' 'curl' 'libxml2')
-source=("http://www.claws-mail.org/downloads/plugins/$pkgname-$pkgver.tar.gz")
-md5sums=('49b45608e8d160b3625d3d50016ec2ca')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir/" install
-}