summaryrefslogtreecommitdiff
path: root/community/uget
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/uget
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/uget')
-rw-r--r--community/uget/PKGBUILD30
-rw-r--r--community/uget/uget.install11
2 files changed, 41 insertions, 0 deletions
diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD
new file mode 100644
index 000000000..e2ad02dbf
--- /dev/null
+++ b/community/uget/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 82947 2013-01-26 02:16:13Z bgyorgy $
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=uget
+pkgver=1.10.3
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML import"
+arch=('i686' 'x86_64')
+url="http://urlget.sourceforge.net/"
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer0.10' 'curl' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+md5sums=('d71c927cfcfc3ef9f62cc9cb3ca7bab7')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --disable-appindicator
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir/" install
+}
diff --git a/community/uget/uget.install b/community/uget/uget.install
new file mode 100644
index 000000000..2c455e952
--- /dev/null
+++ b/community/uget/uget.install
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}