wok-next view pcmciautils/receipt @ rev 21121

Up libfilezilla, filezilla, wxhexeditor, libarchive, ntop, pugixml, rapidsvn, serf, xchm
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jan 14 05:10:43 2019 +0200 (2019-01-14)
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 #}