aria2: romster -> contrib

This commit is contained in:
Danny Rawlins 2014-07-08 17:08:32 +10:00
parent 7d7dab72f3
commit cd7f8f9b1f
3 changed files with 32 additions and 0 deletions

6
aria2/.footprint Normal file
View File

@ -0,0 +1,6 @@
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

1
aria2/.md5sum Normal file
View File

@ -0,0 +1 @@
806d4518502d648347b1cbb3b31f1ed9 aria2-1.18.5.tar.xz

25
aria2/Pkgfile Normal file
View File

@ -0,0 +1,25 @@
# Description: High speed download utility with resuming and segmented features.
# URL: http://aria2.sourceforge.net/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# 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)
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
}