diff options
author | Erich Eckner <git@eckner.net> | 2018-05-27 10:13:52 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-27 10:13:52 +0200 |
commit | 14a8f5d3c7889f2046a008b1b1dc29f485ebb359 (patch) | |
tree | 644ebb60f7155dd5c139d233857684fbcd8546e6 /manualPorts/purple-plugin-pack/Pkgfile | |
download | crux-ports-14a8f5d3c7889f2046a008b1b1dc29f485ebb359.tar.xz |
initial commit
Diffstat (limited to 'manualPorts/purple-plugin-pack/Pkgfile')
-rw-r--r-- | manualPorts/purple-plugin-pack/Pkgfile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/manualPorts/purple-plugin-pack/Pkgfile b/manualPorts/purple-plugin-pack/Pkgfile new file mode 100644 index 0000000..0276da7 --- /dev/null +++ b/manualPorts/purple-plugin-pack/Pkgfile @@ -0,0 +1,20 @@ +# Description: Wrapper for sendmail, which generates stamps and encrypts. +# URL: https://opensources.eckner.net/?ls=sendmailadvanced +# Maintainer: Erich Eckner, crux at eckner dot net +# Depends on: pidgin + +name=purple-plugin-pack +version=2.7.0 +release=1 +source=("https://bitbucket.org/rekkanoryo/${name}/downloads/${name}-${version}.tar.bz2") + +build() { + + cd ${name}-${version} + + PYTHON=/usr/bin/python2 \ + ./configure --prefix=/usr --disable-nls + make + make DESTDIR=$PKG install + +} |