wok-next annotate util-linux-smartcols/receipt @ rev 19297

Add AstroMenace Game (again)
author Leonardo Laporte <hackdorte@sapo.pt>
date Sat Jul 09 06:23:42 2016 -0300 (2016-07-09)
parents
children 96871f3890f0
rev   line source
al@19253 1 # SliTaz package receipt.
al@19253 2
al@19253 3 PACKAGE="util-linux-smartcols"
al@19253 4 VERSION="2.28"
al@19253 5 CATEGORY="system-tools"
al@19253 6 SHORT_DESC="The smartcols library from Util Linux"
al@19253 7 MAINTAINER="al.bobylev@gmail.com"
al@19253 8 LICENSE="GPL2"
al@19253 9 WEB_SITE="https://en.wikipedia.org/wiki/Util-linux"
al@19253 10
al@19253 11 WANTED="util-linux"
al@19253 12 DEPENDS="glibc-base"
al@19253 13
al@19253 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19253 15 genpkg_rules()
al@19253 16 {
al@19253 17 cook_copy_files libsmartcols.so*
al@19253 18 }