wok-stable annotate wvstreams-dev/receipt @ rev 7961

Made mysql post_install have uuser and group id number 27. This is mostly so we can start having normal numbers for user and group ids.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Jan 16 12:04:56 2011 +0000 (2011-01-16)
parents
children
rev   line source
jozee@5089 1 # SliTaz package receipt.
jozee@5089 2
jozee@5089 3 PACKAGE="wvstreams-dev"
jozee@5089 4 VERSION="4.6.1"
jozee@5089 5 CATEGORY="development"
jozee@5089 6 SHORT_DESC="wvstreams devel files."
jozee@5089 7 MAINTAINER="jozee@slitaz.org"
jozee@5089 8 WANTED="wvstreams"
jozee@5089 9 WEB_SITE="http://wvstreams.googlecode.com"
jozee@5089 10
jozee@5089 11 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@5089 12 genpkg_rules()
jozee@5089 13 {
jozee@5089 14 mkdir -p $fs/usr/lib
jozee@5089 15 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
jozee@5089 16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
jozee@5089 17 cp -a $_pkg/usr/include/ $fs/usr
jozee@5089 18 }