[arch-commits] Commit in plowshare/repos (community-any community-any/PKGBUILD)

speps speps at nymeria.archlinux.org
Fri Apr 18 11:02:30 UTC 2014


    Date: Friday, April 18, 2014 @ 13:02:30
  Author: speps
Revision: 109723

archrelease: copy trunk to community-any

Added:
  plowshare/repos/community-any/
  plowshare/repos/community-any/PKGBUILD
    (from rev 109722, plowshare/trunk/PKGBUILD)

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: plowshare/repos/community-any/PKGBUILD (from rev 109722, plowshare/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-04-18 11:02:30 UTC (rev 109723)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: breakdown <breakdown(at)archlinux(dot)us>
+
+pkgname=plowshare
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites."
+arch=('any')
+url="http://code.google.com/p/plowshare/"
+license=('GPL3')
+depends=('curl' 'recode' 'js185')
+optdepends=('bash-completion: enable bash auto completion'
+            'libcaca: ascii display for no X server'
+            'tiv: ascii display for no X server'
+            'aview: ascii display for no X server')
+source=("http://plowshare.googlecode.com/archive/v$pkgver.tar.gz")
+md5sums=('SKIP')
+
+prepare() {
+  cd $pkgname-*
+
+  # executable version script
+  chmod +x scripts/version
+
+  # force version
+  export PLOWSHARE_FORCE_VERSION=$pkgver
+}
+
+package() {
+  cd $pkgname-*
+  DESTDIR="$pkgdir/" PREFIX=/usr make
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list