milis/talimatname/genel/aria2/talimat

23 lines
508 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: Komut satırı tabanlı durdurma ve dilimli indirme özellikleri olan hızlı bir indirme yöneticisi.
# URL: http://aria2.sourceforge.net/
# Packager: milisarge
# Depends on: gnutls gmp libxml2
name=aria2
version=1.19.2
release=1
source=(https://github.com/tatsuhiro-t/$name/releases/download/release-$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=$PKG/usr/man
make
make prefix=$PKG/usr install
}