wok-next view laptop-detect/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="laptop-detect"
4 VERSION="0.16"
5 CATEGORY="system-tools"
6 SHORT_DESC="System chassis type checker"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://gitlab.com/debiants/laptop-detect"
11 TARBALL="${PACKAGE}_$VERSION.tar.xz"
12 WGET_URL="http://ftp.debian.org/debian/pool/main/l/laptop-detect/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $install/usr/sbin
18 sed -e "s|@VERSION@|$VERSION|g" < laptop-detect.in > $install/usr/sbin/laptop-detect
19 chmod 755 $install/usr/sbin/laptop-detect
20 cook_pick_manpages *.1
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 copy @std
27 DEPENDS="dmidecode"
28 }