milis/talimatname/genel/uget/talimat

19 lines
495 B
Plaintext

# Description: administrator of downloading with importation HTML
# URL: http://urlget.sourceforge.net/
# Packager: pierre at nutyx dot org
# Depends on: libnotify gtk3 gstreamer curl hicolor-icon-theme xdg-utils
name=uget
version=1.10.3
release=1
source=(http://downloads.sourceforge.net/urlget/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-appindicator
make
make DESTDIR=$PKG install
}