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

Generated by cgit