opt/thunderbird-bin/Pkgfile
2019-05-18 18:15:03 +02:00

22 lines
592 B
Plaintext

# Description: Thunderbird binary
# URL: http://www.mozilla.com
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: gtk3, dbus-glib
name=thunderbird-bin
version=60.7.0
release=1
source=(http://ftp.mozilla.org/pub/thunderbird/releases/$version/linux-x86_64/en-US/thunderbird-$version.tar.bz2)
build() {
cd thunderbird
install -d $PKG/usr/{lib,bin}
mv $SRC/thunderbird $PKG/usr/lib/thunderbird
ln -s /usr/lib/thunderbird/thunderbird $PKG/usr/bin/thunderbird
mkdir -p $PKG/etc/revdep.d
echo "/usr/lib/thunderbird" > $PKG/etc/revdep.d/thunderbird-bin
}