wok-next view acl-dev/receipt @ rev 19618

memtest: update for GCC5
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 06 18:15:00 2017 +0100 (2017-02-06)
parents 89f18ec827a9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="acl-dev"
4 VERSION="2.2.52"
5 CATEGORY="development"
6 SHORT_DESC="Development files for acl."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="LGPL2.1 GPL2"
9 WEB_SITE="http://savannah.nongnu.org/projects/acl/"
10 HOST_ARCH="i486 arm"
12 WANTED="acl"
13 DEPENDS="acl attr-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files *.h *.la
19 }