wok-current annotate gpgme-dev/receipt @ rev 6694
Changed libwebkit to compile with -j1. This is a fix cause it will not compile right the first time with jobs set to 4. I also remove webkit-r-dev for build depend. Thats not needed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 03:29:24 2010 +0000 (2010-10-13) |
parents | a271a4190181 |
children | 851d4c73c039 |
rev | line source |
---|---|
erjo@1420 | 1 # SliTaz package receipt. |
erjo@1420 | 2 |
erjo@1420 | 3 PACKAGE="gpgme-dev" |
slaxemulator@6329 | 4 VERSION="1.3.0" |
erjo@1420 | 5 CATEGORY="security" |
erjo@1420 | 6 SHORT_DESC="C language library that allows to add support for cryptography to a program." |
erjo@1420 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@1420 | 8 DEPENDS="gpgme" |
erjo@1420 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@1420 | 10 WEB_SITE="http://www.gnupg.org/gpgme.html" |
erjo@1420 | 11 WANTED="gpgme" |
erjo@1420 | 12 |
erjo@1420 | 13 |
erjo@1420 | 14 |
erjo@1420 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@1420 | 16 genpkg_rules() |
erjo@1420 | 17 { |
erjo@1420 | 18 mkdir -p $fs/usr/lib |
erjo@1420 | 19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
erjo@1420 | 20 cp -a $_pkg/usr/include $fs/usr |
erjo@1420 | 21 cp -a $_pkg/usr/bin $fs/usr |
erjo@1420 | 22 } |
erjo@1420 | 23 |