wok-current view libspectre-dev/receipt @ rev 17530
Up xfe,xfe-extras,xfi (1.40)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Mon Jan 19 15:56:59 2015 -0500 (2015-01-19) |
parents | |
children | 4b6179b7c1cd |
line source
1 # SliTaz package receipt.
3 PACKAGE="libspectre-dev"
4 VERSION="0.2.7"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libspectre"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/libspectre"
10 WANTED="libspectre"
12 DEPENDS="libspectre"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cp -a $install/* $fs
18 rm -rf $fs/usr/lib/*.so*
19 }