# DESKTOP: [Desktop Entry]
# DESKTOP: Name=Sylpheed Email Client
# DESKTOP: GenericName=sylpheed
# DESKTOP: Comment=
# DESKTOP: Exec=/usr/bin/sylpheed
# DESKTOP: Icon=
# DESKTOP: StartupNotify=false
# DESKTOP: Terminal=false
# DESKTOP: Type=Application
# DESKTOP: Categories=Application;Network
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-gpgme --enable-ldap --enable-ssl --enable-ipv6 --libdir="$libdir" && \
make && \
${installmonitor} make install || exit 1
|