milis/talimatname/genel/aria2/talimat

25 lines
527 B
Plaintext
Raw Normal View History

# 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/
# Packager: berlius at nutyx dot com
# 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
}