versiyon-yükseltme

This commit is contained in:
Yaşar Çiv 2017-05-07 19:53:08 +03:00 committed by GitHub
parent 1ab7495e3d
commit 58d96d2e83
1 changed files with 4 additions and 5 deletions

View File

@ -1,17 +1,16 @@
# Description: UGet, Linux için En İyi İndirme Yöneticisi.
# URL: http://urlget.sourceforge.net/
# URL: http://ugetdm.com/
# Packager: milisarge
# Depends on: libnotify gtk3 gstreamer curl hicolor-icon-theme xdg-utils
# Depends on: libnotify gtk3 gstreamer1 curl hicolor-icon-theme xdg-utils
name=uget
version=1.10.3
version=2.0.9
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
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
make
make DESTDIR=$PKG install
}