opt/thunderbird-bin/Pkgfile

22 lines
596 B
Plaintext
Raw Normal View History

2018-11-16 00:33:11 +01:00
# Description: Thunderbird binary
# URL: http://www.mozilla.com
# Maintainer: Fredrik Rinnestam, fredrik at crux dot nu
# Depends on: gtk3, dbus-glib
name=thunderbird-bin
2019-03-20 13:24:55 +01:00
version=60.6.0
2018-11-16 00:33:11 +01:00
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/lib" > $PKG/etc/revdep.d/thunderbird-bin
}