wok annotate thunar-dev/receipt @ rev 9411
Add fpc-bootstrap, fpc, and fpc-src. This is freepascal compile. fpc-bootstrap is freepascal compiler to compile itself. fpc-src is need for lazarus ide.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 29 03:50:39 2011 +0000 (2011-03-29) |
parents | be13f25e790b |
children | 9737b87cd5f1 |
rev | line source |
---|---|
erjo@4144 | 1 # SliTaz package receipt." |
erjo@4144 | 2 |
erjo@4144 | 3 PACKAGE="thunar-dev" |
slaxemulator@8287 | 4 VERSION="1.2.1" |
pascal@5730 | 5 CATEGORY="development" |
erjo@4144 | 6 SHORT_DESC="Thunar File Manager dev files" |
erjo@4144 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@4144 | 8 DEPENDS="thunar" |
erjo@4144 | 9 WANTED="thunar" |
erjo@4144 | 10 SOURCE="Thunar" |
erjo@4144 | 11 WEB_SITE="http://www.xfce.org" |
erjo@4144 | 12 |
erjo@4144 | 13 genpkg_rules() |
erjo@4144 | 14 { |
erjo@8019 | 15 mkdir -p $fs/usr/lib/thunarx-2 |
erjo@4144 | 16 |
erjo@4144 | 17 cp -a $_pkg/usr/include $fs/usr |
erjo@4144 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
erjo@4144 | 19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib |
erjo@8019 | 20 cp -a $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2 |
erjo@4144 | 21 } |