mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-05-14 07:24:26 +02:00
30 lines
1.1 KiB
Text
30 lines
1.1 KiB
Text
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=pcmciautils
|
|
pkgver=018
|
|
pkgrel=5
|
|
pkgdesc="Utilities for inserting and removing PCMCIA cards"
|
|
url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
|
|
arch="all"
|
|
license="GPL-2.0-only"
|
|
subpackages="$pkgname-doc"
|
|
makedepends="sysfsutils-dev bison flex"
|
|
options="!check"
|
|
source="https://sources.archlinux.org/other/pcmciautils/pcmciautils-$pkgver.tar.xz
|
|
unsigned.patch
|
|
disable_yywrap.patch
|
|
"
|
|
|
|
build() {
|
|
make -j1 LEX=flex
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir"/ udevdir=/usr/lib/udev exec_prefix=/usr install
|
|
ln -sf pccardctl "$pkgdir"/usr/sbin/lspcmcia
|
|
}
|
|
|
|
sha512sums="
|
|
c7c1ecde41a60d3d1fcb12e3be309f8287d0242ad93e17b1286bf2818a0de1f415c89f63fec0571264e5ff87e99ba7ded905e6b671c2f6795ea910a0045261f5 pcmciautils-018.tar.xz
|
|
18e5d3bfe3316c49e4a899b9181177c1c275274d5788a4af7299d0c6b8cbdfca8f3465f242356d35c6e96103cb620173e6f93e7e66787d5d2b194c5a4264bf91 unsigned.patch
|
|
b96f9bc3176f1eeb936a31f8fab5a495ce14218e92fbae2350aa970328b53bd6732ade90721f1ca55d80a94436189773f83a300aa8af7c43ecc5ed62c95f3557 disable_yywrap.patch
|
|
"
|