forked from ports/contrib
aria2: 1.18.5 -> 1.23.0
This commit is contained in:
parent
18e3938aab
commit
e2d68ad267
@ -1,6 +1,7 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/aria2c
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/aria2c.1.gz
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/aria2c.1.gz
|
||||
|
@ -1 +1 @@
|
||||
806d4518502d648347b1cbb3b31f1ed9 aria2-1.18.5.tar.xz
|
||||
9f907e58c624a0f8b7a737376e82cb7c aria2-1.23.0.tar.xz
|
||||
|
@ -1,25 +1,23 @@
|
||||
# Description: High speed download utility with resuming and segmented features.
|
||||
# Description: Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink.
|
||||
# URL: http://aria2.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
||||
# Packager: Younes Hafri ycrux at club dash internet dot fr
|
||||
# Depends on: c-ares gnutls libgmp libxml2
|
||||
|
||||
name=aria2
|
||||
version=1.18.5
|
||||
release=2
|
||||
source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.xz)
|
||||
version=1.23.0
|
||||
release=1
|
||||
source=(https://github.com/aria2/aria2/releases/download/release-$version/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=$PKG/usr/man \
|
||||
--disable-nls
|
||||
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
|
||||
rm -r $PKG/usr/share/doc $PKG/usr/man/{ru,pt}
|
||||
rmdir $PKG/usr/share
|
||||
rm -r $PKG/usr/share/doc $PKG/usr/share/man/{ru,pt}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user