wok view thunar-dev/receipt @ rev 11420

sagan-rules: Change version to 08222011 cause its the same as current. Doesn't need a compile_rules function since its just copy source files to $fs/etc/sagan/rules.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 14 05:17:25 2011 +0000 (2011-12-14)
parents be13f25e790b
children 9737b87cd5f1
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Thunar File Manager dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="thunar"
9 WANTED="thunar"
10 SOURCE="Thunar"
11 WEB_SITE="http://www.xfce.org"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/thunarx-2
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
20 cp -a $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2
21 }