mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
removed alarm/git-annex
This commit is contained in:
parent
3dd9d60f64
commit
2f25628834
1 changed files with 0 additions and 34 deletions
|
@ -1,34 +0,0 @@
|
|||
|
||||
buildarch=6
|
||||
|
||||
pkgname="git-annex"
|
||||
pkgver=4.20130417
|
||||
pkgrel=1
|
||||
pkgdesc="manage files with git, without checking their contents into git"
|
||||
url="http://git-annex.branchable.com/"
|
||||
license=("GPL3")
|
||||
arch=("arm" "armv7h")
|
||||
depends=("libffi" "gmp" "git" "rsync" "curl" "openssh" "libidn" "gsasl" "libxml2" "lsof")
|
||||
makedepends=("binutils")
|
||||
options=("!docs")
|
||||
if [ "${CARCH}" = "armv7h" ]; then
|
||||
source=("http://ftp.uk.debian.org/debian/pool/main/g/git-annex/git-annex_${pkgver}_armhf.deb")
|
||||
md5sums=("172006cfe420ed9e7f7377c36ed94841")
|
||||
else
|
||||
source=("http://ftp.uk.debian.org/debian/pool/main/g/git-annex/git-annex_${pkgver}_armel.deb")
|
||||
md5sums=("ab66d9a9044a6e8ab7b2f0be7831b31b")
|
||||
fi
|
||||
|
||||
build() {
|
||||
if [ "${CARCH}" = "armv7h" ]; then
|
||||
ar x "git-annex_${pkgver}_armhf.deb"
|
||||
else
|
||||
ar x "git-annex_${pkgver}_armel.deb"
|
||||
fi
|
||||
tar -zxf data.tar.gz -C "${pkgdir}"
|
||||
|
||||
sed -re "s/(libffi\.so\.)5/\16/g" \
|
||||
-e "s/(libgnutls\.so\.2)6/\18/g" -i "${pkgdir}/usr/bin/git-annex"
|
||||
}
|
||||
|
||||
# vim: set noet ff=unix:
|
Loading…
Reference in a new issue