milis/talimatname/genel/aria2/talimat

19 lines
497 B
Plaintext
Raw Normal View History

2017-01-30 23:55:06 +01:00
# Description: Komut satırı tabanlı durdurma ve dilimli indirme özellikleri olan hızlı bir indirme yöneticisi.
2016-02-24 01:27:23 +01:00
# URL: http://aria2.sourceforge.net/
2017-01-30 23:55:06 +01:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gnutls gmp libxml2
name=aria2
2017-06-01 21:25:43 +02:00
version=1.32.0
2016-02-24 01:27:23 +01:00
release=1
2017-06-01 21:25:43 +02:00
source=(https://github.com/aria2/aria2/releases/download/release-$version/$name-$version.tar.xz)
2016-02-24 01:27:23 +01:00
build() {
cd $name-$version
./configure \
--prefix=/usr \
2017-01-30 23:55:06 +01:00
--mandir=$PKG/usr/man
2016-02-24 01:27:23 +01:00
make
make prefix=$PKG/usr install
}