wok view thunar-dev/receipt @ rev 14793

Normalize ownership and permissions: caps, catfish, cdparanoia-III-dev, cgames, chemtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 17:53:48 2013 +0300 (2013-07-08)
parents 129bb5b11a7e
children 6cfc359f6b14
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.3.0"
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 }