Package gpsbabel: modified permissions of some file and done some
cleanup of the template file (more elegant lines Thanks to asergi) Regards Carlo D.
This commit is contained in:
parent
58dd71d2a1
commit
5b9a3ff09a
1 changed files with 3 additions and 9 deletions
|
@ -24,13 +24,7 @@ do_build(){
|
|||
do_install(){
|
||||
make install DESTDIR=${DESTDIR}
|
||||
vmkdir usr/share/doc/${pkgname}
|
||||
vcopy "README*" usr/share/doc/${pkgname}
|
||||
vcopy "AUTHORS" usr/share/doc/${pkgname}
|
||||
vcopy "COPYING" usr/share/doc/${pkgname}
|
||||
vcopy "gpsbabel.pdf" usr/share/doc/${pkgname}
|
||||
vcopy "gpsbabel-sample.ini" usr/share/doc/${pkgname}
|
||||
vcopy "guibabel" usr/share/doc/${pkgname}
|
||||
vcopy "style" usr/share/doc/${pkgname}
|
||||
vcopy "README* AUTHORS COPYING gpsbabel.pdf gpsbabel-sample.ini guibabel style" usr/share/doc/${pkgname}
|
||||
}
|
||||
|
||||
do_clean() {
|
||||
|
@ -42,8 +36,8 @@ gpsbabel-gui_package() {
|
|||
short_desc+=" - Qt4 GUI"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vinstall ${wrksrc}/gui/gpsbabelfe 644 usr/bin
|
||||
vinstall ${wrksrc}/gui/objects/gpsbabelfe-bin 644 usr/bin
|
||||
vinstall ${wrksrc}/gui/gpsbabelfe 755 usr/bin
|
||||
vinstall ${wrksrc}/gui/objects/gpsbabelfe-bin 755 usr/bin
|
||||
vinstall ${wrksrc}/gui/gpsbabel.desktop 644 usr/share/applications
|
||||
vinstall ${wrksrc}/gui/images/appicon.png 644 usr/share/pixmaps
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue