wok-next view pcmciautils/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="pcmciautils"
4 VERSION="018"
5 CATEGORY="system-tools"
6 SHORT_DESC="Utilities for inserting and removing PCMCIA cards"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://mirrors.edge.kernel.org/pub/linux/utils/kernel/pcmcia/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 #WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$TARBALL"
13 WGET_URL="http://sourceware.mirrors.tds.net/pub/kernel.org/linux/utils/kernel/pcmcia/$TARBALL"
15 BUILD_DEPENDS="sysfsutils-dev"
16 DEPENDS="sysfsutils eudev"
18 compile_rules() {
19 sed -i 's|/lib/udev|/usr/lib/udev|g; s|/sbin|/usr/bin|g' Makefile
21 make &&
22 make DESTDIR=$install install
23 }
25 #post_install() {
26 # echo "root='$1:$root'"
27 # tazpkg reconfigure eudev --root="$1/" --quiet
28 #}