wok-stable annotate libassuan-dev/receipt @ rev 9184

Move libassuan devel files to libassuan-dev
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Mar 09 04:59:25 2011 +0100 (2011-03-09)
parents
children ae736856217c
rev   line source
gokhlayeh@9184 1 # SliTaz package receipt.
gokhlayeh@9184 2
gokhlayeh@9184 3 PACKAGE="libassuan-dev"
gokhlayeh@9184 4 VERSION="2.0.1"
gokhlayeh@9184 5 CATEGORY="development"
gokhlayeh@9184 6 SHORT_DESC="IPC library used by some of the other GnuPG related packages (devel files)."
gokhlayeh@9184 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@9184 8 WEB_SITE="http://www.gnupg.org/"
gokhlayeh@9184 9 WANTED="libassuan"
gokhlayeh@9184 10
gokhlayeh@9184 11 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@9184 12 genpkg_rules()
gokhlayeh@9184 13 {
gokhlayeh@9184 14 mkdir -p $fs/usr/lib $fs/usr/share
gokhlayeh@9184 15 cp -a $_pkg/usr/bin $fs/usr
gokhlayeh@9184 16 cp -a $_pkg/usr/lib/libassuan.la $fs/usr/lib
gokhlayeh@9184 17 cp -a $_pkg/usr/include $fs/usr
gokhlayeh@9184 18 cp -a $_pkg/usr/share/aclocal $fs/usr/share
gokhlayeh@9184 19 }