wok-stable annotate eggdbus-dev/receipt @ rev 7214
Up: libmms to 0.6.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 10 19:32:02 2010 +0000 (2010-11-10) |
parents | dbc53df81ef3 |
children |
rev | line source |
---|---|
rcx@3335 | 1 # SliTaz package receipt. |
rcx@3335 | 2 |
rcx@3335 | 3 PACKAGE="eggdbus-dev" |
rcx@6002 | 4 VERSION="0.6" |
rcx@3335 | 5 CATEGORY="development" |
rcx@3335 | 6 SHORT_DESC="eggdbus devel files." |
rcx@3335 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3335 | 8 DEPENDS="" |
rcx@3335 | 9 BUILD_DEPENDS="" |
rcx@3335 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
rcx@3335 | 11 WEB_SITE="http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html" |
rcx@3335 | 12 WANTED="eggdbus" |
rcx@3335 | 13 |
rcx@3335 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3335 | 15 genpkg_rules() |
rcx@3335 | 16 { |
rcx@3335 | 17 mkdir -p $fs/usr/lib |
rcx@3335 | 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
rcx@3335 | 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
rcx@3335 | 20 cp -a $_pkg/usr/include $fs/usr |
rcx@3335 | 21 } |