wok-next annotate dkms/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents d5aab818505e
children 06e976a33a5a
rev   line source
al@20604 1 # SliTaz package receipt v2.
pascal@9116 2
pascal@9116 3 PACKAGE="dkms"
pascal@9116 4 VERSION="2.1.1.2"
pascal@9116 5 CATEGORY="system-tools"
al@20604 6 SHORT_DESC="Dynamic Kernel Module Support"
pascal@9116 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://linux.dell.com/dkms/"
al@21057 10 HOST_ARCH="any"
al@20604 11
pascal@9116 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@9116 13 WGET_URL="$WEB_SITE/permalink/$TARBALL"
pascal@9116 14
al@21020 15 BUILD_DEPENDS="gettext-dev"
pascal@15613 16
al@20604 17 compile_rules() {
al@21020 18 make DESTDIR=$install install &&
al@20604 19 chown -R root:root $install
pascal@9116 20 }
pascal@9116 21
al@20604 22 genpkg_rules() {
al@20604 23 copy @std
pascal@9116 24 }