milis/talimatname/genel/uget/talimat

18 lines
426 B
Text
Raw Normal View History

2017-04-20 11:14:06 +03:00
# Description: UGet, Linux için En İyi İndirme Yöneticisi.
2017-05-07 19:53:08 +03:00
# URL: http://ugetdm.com/
2017-04-20 11:14:06 +03:00
# Packager: milisarge
2017-05-07 19:53:08 +03:00
# Depends on: libnotify gtk3 gstreamer1 curl hicolor-icon-theme xdg-utils
2016-02-24 02:27:23 +02:00
name=uget
2017-05-07 19:53:08 +03:00
version=2.0.9
2016-02-24 02:27:23 +02:00
release=1
source=(http://downloads.sourceforge.net/urlget/$name-$version.tar.gz)
build() {
cd $name-$version
2017-05-07 19:53:08 +03:00
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
2016-02-24 02:27:23 +02:00
make
make DESTDIR=$PKG install
}