wok-current diff gc-dev/receipt @ rev 13497
Up: spacefm (0.8.0) With an autostart desktop file to replace pcmanfm desktop handler and can automount media using the kernel polling (no udisks or gvfs)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Oct 13 10:49:28 2012 +0200 (2012-10-13) |
parents | bfd307d23ad0 |
children | 8ed62ecac0c7 |
line diff
1.1 --- a/gc-dev/receipt Thu Oct 13 03:12:05 2011 +0000 1.2 +++ b/gc-dev/receipt Sat Oct 13 10:49:28 2012 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gc-dev" 1.7 -VERSION="7.1" 1.8 +VERSION="7.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A garbage collector for C and C++ devel files (with libatomic_ops)." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,7 +13,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $_pkg/usr/include $fs/usr 1.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.18 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.19 + cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.22 }