Convert package to the new template format (f).

This commit is contained in:
Juan RP
2013-04-12 11:16:02 +02:00
parent a7fcdce3c4
commit 2a9fab8b58
97 changed files with 868 additions and 605 deletions

View File

@@ -12,8 +12,6 @@ checksum=69818444915d3002a0d15583d47bc86fcf5027b53fab2a8a91ae18a7bfa20577
disable_debug=yes
depends="desktop-file-utils hicolor-icon-theme"
hostmakedepends="unzip zip pkg-config perl python yasm"
makedepends="libjpeg-turbo-devel libpng-devel>=1.5.10
pixman-devel libIDL-devel nss-devel>=3.13.3 sqlite-devel libXrender-devel
@@ -47,3 +45,10 @@ do_install() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -sf firefox ${DESTDIR}/usr/lib/firefox/firefox-bin
}
firefox_package() {
depends="desktop-file-utils hicolor-icon-theme"
pkg_install() {
vmove usr
}
}