diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-11-19 10:58:37 -0500 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2019-11-19 10:58:37 -0500 |
commit | 0dc4029e308bd46aa386265727d8a7c9a123861d (patch) | |
tree | 55ea15e4634b4df077f5f91bba7d4845eced8198 /PKGBUILD | |
download | armv6h-libs-master.tar.gz armv6h-libs-master.tar.bz2 armv6h-libs-master.zip |
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..541270e --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,14 @@ +# Maintainer: Jaron Kent-Dobias <jaron@kent-dobias.com> + +pkgname=armv6h-libs +pkgver=1 +pkgrel=1 +arch=('any') +url="https://git.kent-dobias.com/system/PKGBUILDS" + +package() { + mkdir -p ${pkgdir}/usr/lib + ln -s /armv6h/lib/ld-linux-armhf.so.3 ${pkgdir}/usr/lib/ld-linux-armhf.so.3 + ln -s /armv6h/usr/lib ${pkgdir}/usr/libv6h +} + |