receipt for libast and libast-dev |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: receipt for libast and libast-dev
- From: "Allan Pinto" <allan316@xxxxxxxxx>
- Date: Thu, 4 Sep 2008 10:33:34 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5j2b8sxWHVaczQ5Gso65JbshrKjYXzF9qJKAnySz7IA=; b=QBdCPABWODhR13tG/cXMK6ge/T1EIDV7cqeNWMKPqs24GCr8aJXnMnJPjYUYZO6Qm/ AFQ4KP/GNvSy7xGRA07sliLCJkuccncTVITeL5YXMvgx2TDSyxUpdp+P5fB7bQUbIFCP vNm0S839hJD+NHu+69LZKKEjBLRZCH8cOfUwc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=jgroYxdkgQO/TJQTI6MTBZBLFGRPVOE+wC0lj/V6zeZiWPxwPNTxOOW/uYqx/yU3Iu IrCWPqHUL4DC3aFu5cL2gGT69X3DIoCE1OD5LKcp7OU9n/TSTnK/vcr3DZdKRVLWjbY+ MHSewYwAHeuFkM6kLJhgKSqn7ktj0tUwXV2W4=
Hi ,
below is the receipt for libast and libast-dev , needed for Eterm
LIbast
# SliTaz package receipt.
PACKAGE="libast"
VERSION="0.7"
CATEGORY="misc"
SHORT_DESC="build dependency for eterm"
MAINTAINER="allan316@xxxxxxxxx"
DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.eterm.org"
WGET_URL="$WEB_SITE/download/$TARBALL"
# Rules to configure and make the package.
compile_rules()
{
cd $src
./configure --prefix=/usr --infodir=/usr/share/info \
--mandir=/usr/share/man $CONFIGURE_ARGS
make
make DESTDIR=$PWD/_pkg install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/lib
cp -a $_pkg/usr/bin $fs/usr
cp -a $_pkg/usr/lib/*.so* $fs/usr/lib/
}
************************
and below is libast-dev
*********************
# SliTaz package receipt.
PACKAGE="libast-dev"
VERSION="0.7"
CATEGORY="development"
SHORT_DESC="library for eterm"
MAINTAINER="allan316@xxxxxxxxx"
DEPENDS="libast"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.eterm.org"
#WGET_URL=""
WANTED="libast"
# Rules to configure and make the package.
#compile_rules()
#{
# cd $src
# ./configure --prefix=/usr --infodir=/usr/share/info \
# --mandir=/usr/share/man $CONFIGURE_ARGS
# make
# make DESTDIR=$PWD/_pkg install
#}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/lib
cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
cp -a $_pkg/usr/include $fs/usr
cp -a $_pkg/usr/share $fs/usr
}
--
Thanx and regd's.
Allan.
http://www.in2dwok.com
---
SliTaz GNU/Linux Mailing list - http://www.slitaz.org/