wok view libsgutils2/receipt @ rev 17060
syslinux/c32box: x86_64 auto select (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 21 14:58:48 2014 +0200 (2014-08-21) |
parents | 80a234c03f35 |
children | d8948f13ff31 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsgutils2"
4 VERSION="1.29"
5 CATEGORY="system-tools"
6 SHORT_DESC="The sg_utils library."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL BSD"
9 WEB_SITE="http://sg.danny.cz/sg/"
10 WANTED="sg3_utils"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.so* $fs/usr/lib
17 }