summaryrefslogtreecommitdiff
path: root/thunderbird-bin/Pkgfile
blob: 7af9f2d7dbbf94f6ac3edb02034ada238350ce1a (plain)
    1 # Description: Thunderbird binary
    2 # URL: https://www.thunderbird.net/
    3 # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
    4 # Depends on: gtk3, dbus-glib
    5 
    6 name=thunderbird-bin
    7 version=78.2.0
    8 release=1
    9 source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/linux-x86_64/en-US/thunderbird-$version.tar.bz2 \
   10 	policies.json)
   11 
   12 build() {
   13 	cd thunderbird
   14 
   15 	install -d $PKG/usr/{lib,bin}
   16 	mv $SRC/thunderbird $PKG/usr/lib/thunderbird
   17 	ln -s /usr/lib/thunderbird/thunderbird $PKG/usr/bin/thunderbird
   18 
   19         # Disable autoupdate
   20 	mkdir  $PKG/usr/lib/thunderbird/distribution
   21         install -m644 $SRC/policies.json $PKG/usr/lib/thunderbird/distribution/
   22 
   23         mkdir -p $PKG/etc/revdep.d
   24         echo "/usr/lib/thunderbird" > $PKG/etc/revdep.d/thunderbird-bin
   25 
   26 }

Generated by cgit