diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 06:41:22 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-02 06:41:22 -0300 |
commit | fcce4e670cd2d81990b3f50e8a682b44d40a73cc (patch) | |
tree | 2634d6d68316f3f4dd51f378e826da884a919288 /libre/bitlbee-parabola | |
parent | c5822ca785d156da9849d5e25dc79a93d1fac22d (diff) | |
download | abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.tar.gz abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.tar.bz2 abslibre-fcce4e670cd2d81990b3f50e8a682b44d40a73cc.zip |
remove parabola suffix and add complex pkgrel on the packages
Diffstat (limited to 'libre/bitlbee-parabola')
-rw-r--r-- | libre/bitlbee-parabola/PKGBUILD | 56 | ||||
-rw-r--r-- | libre/bitlbee-parabola/bitlbee.install | 22 | ||||
-rw-r--r-- | libre/bitlbee-parabola/bitlbee.tmpfiles | 1 |
3 files changed, 0 insertions, 79 deletions
diff --git a/libre/bitlbee-parabola/PKGBUILD b/libre/bitlbee-parabola/PKGBUILD deleted file mode 100644 index 3c434e7a8..000000000 --- a/libre/bitlbee-parabola/PKGBUILD +++ /dev/null @@ -1,56 +0,0 @@ -# $Id: PKGBUILD 216588 2014-07-07 01:27:38Z dreisner $ - -# Contributor (Arch): FUBAR <mrfubar@gmail.com> -# Contributor (Arch): simo <simo@archlinux.org> -# Contributor (Arch): Jeff 'codemac' Mickey <jeff@archlinux.org> -# Contributor (Arch): Daniel J Griffiths <ghost1227@archlinux.us> -# Contributor (Arch): Gaetan Bisson <bisson@archlinux.org> -# Maintainer (Arch): Dave Reisner <dreisner@archlinux.org> -# Maintainer: Márcio Silva <coadde@parabola.nu> - -_pkgname=bitlbee -pkgname=bitlbee-parabola -pkgver=3.2.2 -pkgrel=1 -pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC, without nonfree Skype support' -url='http://www.bitlbee.org/' -license=('GPL') -arch=('i686' 'x86_64' 'mips64el') -depends=('gnutls' 'glib2') -makedepends=('asciidoc' 'libotr') -optdepends=('libotr: for OTR encryption support') -replaces=("${_pkgname}" "${_pkgname}-libre") -conflicts=("${_pkgname}" "${_pkgname}-libre") -provides=(${_pkgname}=${pkgver}) -source=("http://get.bitlbee.org/src/$_pkgname-$pkgver.tar.gz" - 'bitlbee.tmpfiles') -sha1sums=('7e3cfe2b6bf4e8e603c74e7587307a6f5d267e9c' - '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c') -backup=('etc/bitlbee/bitlbee.conf' - 'etc/bitlbee/motd.txt') -install=bitlbee.install - -build() { - cd "$_pkgname-$pkgver" - - ./configure \ - --prefix=/usr \ - --etcdir=/etc/bitlbee \ - --sbindir=/usr/bin \ - --pidfile=/run/bitlbee/bitlbee.pid \ - --ipcsocket=/run/bitlbee/bitlbee.sock \ - --systemdsystemunitdir=/usr/lib/systemd/system \ - --ssl=gnutls \ - --strip=0 \ - --otr=plugin \ - --skype=0 - - make -} - -package() { - make -C "$_pkgname-$pkgver" DESTDIR="$pkgdir" install{,-etc,-dev,-systemd} - - install -o65 -g65 -dm770 "$pkgdir/var/lib/bitlbee" - install -Dm644 "$srcdir/bitlbee.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/bitlbee.conf" -} diff --git a/libre/bitlbee-parabola/bitlbee.install b/libre/bitlbee-parabola/bitlbee.install deleted file mode 100644 index c8a8f93a1..000000000 --- a/libre/bitlbee-parabola/bitlbee.install +++ /dev/null @@ -1,22 +0,0 @@ -post_install() { - if ! getent group bitlbee &>/dev/null; then - groupadd -r -g 65 bitlbee >/dev/null - fi - if ! getent passwd bitlbee &>/dev/null; then - useradd -r -u 65 -g bitlbee -d /var/lib/bitlbee -s /bin/false -c bitlbee bitlbee >/dev/null - fi - systemd-tmpfiles --create bitlbee.conf -} - -post_upgrade() { - post_install -} - -post_remove() { - if getent passwd bitlbee &>/dev/null; then - userdel bitlbee >/dev/null - fi - if getent group bitlbee &>/dev/null; then - groupdel bitlbee >/dev/null - fi -} diff --git a/libre/bitlbee-parabola/bitlbee.tmpfiles b/libre/bitlbee-parabola/bitlbee.tmpfiles deleted file mode 100644 index da72a0a79..000000000 --- a/libre/bitlbee-parabola/bitlbee.tmpfiles +++ /dev/null @@ -1 +0,0 @@ -d /run/bitlbee 0755 bitlbee bitlbee - - |