pmaports/modem/libsamsung-ipc/APKBUILD
2018-12-22 08:55:09 +01:00

33 lines
1.2 KiB
Text

pkgname=libsamsung-ipc
pkgver=6.0.0003
pkgrel=2
pkgdesc="Implementation of Samsung modem protocol"
url="https://redmine.replicant.us/projects/replicant/wiki/Libsamsung-ipc"
arch="all"
license="GPLv2"
depends=""
makedepends="autoconf automake libtool openssl-dev linux-headers"
subpackages=""
# Replace the last dot with a minus
_pkgver="$(echo "$pkgver" | sed 's/\([0-9]*\.[0-9]*\)\.*/\1-/')"
source="
$pkgname-$_pkgver.tar.gz::https://git.replicant.us/replicant/external_libsamsung-ipc/snapshot/external_libsamsung-ipc-replicant-${_pkgver}.tar.gz
0001-i9100-modem-firmware-device-path.patch
"
options="!check"
builddir="$srcdir"/external_libsamsung-ipc-replicant-$_pkgver
build() {
cd "$builddir"
./autogen.sh CFLAGS=-Dloff_t=off_t --prefix=/usr --sysconfdir=/etc
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
sha512sums="4606021a0f3fb4257bc6bb156165f4faa6873c4dff2e5ace37293ae488e6ffa0685e12b64dcf7a96bba014aa110b4bf8e1de73b643b61ca58ca518f6df467da7 libsamsung-ipc-6.0-0003.tar.gz
b4a092fca35825d3d20886cb96135d944a4a3fbdb596b925c02c1a294160b7abbe1e5fa9f832816fe35f4a5d6b87546504b67950e17173e145b505e8108d0ccc 0001-i9100-modem-firmware-device-path.patch"