From f99abb5ee4b218cc375dd891f7a2e35ccb044afa Mon Sep 17 00:00:00 2001 From: James Meyer Date: Sat, 15 Feb 2014 14:27:03 -0600 Subject: poweroff-scripts: update for systemd --- abs/core/pacman/PKGBUILD | 8 ++++---- abs/extra/rtmpdump/PKGBUILD | 26 ++++++++++++++------------ 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/abs/core/pacman/PKGBUILD b/abs/core/pacman/PKGBUILD index 63ee374..56424d7 100644 --- a/abs/core/pacman/PKGBUILD +++ b/abs/core/pacman/PKGBUILD @@ -22,10 +22,6 @@ options=(!libtool) source=(ftp://ftp.archlinux.org/other/pacman/$pkgname-$pkgver.tar.gz{,.sig} pacman.conf.x86_64 makepkg.conf) -md5sums=('a0f2b3148bee4784f21cf373cf59a0bc' - '4959b8d00056398195f4e549e7bdd346' - 'de74a13618347f08ae4a9637f74471c4' - '2ea6f0a5badef735ec7d30a372f5e9c6') build() { cd $srcdir/$pkgname-$pkgver @@ -75,3 +71,7 @@ package() { install -Dm644 contrib/zsh_completion $pkgdir/usr/share/zsh/site-functions/_pacman } +md5sums=('a0f2b3148bee4784f21cf373cf59a0bc' + 'SKIP' + 'de74a13618347f08ae4a9637f74471c4' + '2ea6f0a5badef735ec7d30a372f5e9c6') diff --git a/abs/extra/rtmpdump/PKGBUILD b/abs/extra/rtmpdump/PKGBUILD index b1e933a..e7432cb 100644 --- a/abs/extra/rtmpdump/PKGBUILD +++ b/abs/extra/rtmpdump/PKGBUILD @@ -1,27 +1,29 @@ -# $Id: PKGBUILD 134127 2011-08-02 03:47:07Z eric $ -# Maintainer: Jan de Groot +# $Id: PKGBUILD 202973 2013-12-29 17:17:31Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski # Contributor: xduugu # Contributor: Elis Hughes pkgname=rtmpdump -pkgver=2.4 +pkgver=20131205 pkgrel=1 -pkgdesc="A tool to download rtmp streams" +pkgdesc='Tool to download rtmp streams' arch=('i686' 'x86_64') -url="http://rtmpdump.mplayerhq.hu/" +url='http://rtmpdump.mplayerhq.hu/' license=('GPL2' 'LGPL2.1') depends=('openssl') -#source=(http://rtmpdump.mplayerhq.hu/download/${pkgname}-${pkgver}.tgz) -source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('2c3b76d46d56180176ef099b8ad50a1608bef1dac35d8cb0b21ceac31b5c0656') +makedepends=('git') +options=('!makeflags') +source=(git://git.ffmpeg.org/rtmpdump#commit=dc76f0a8) build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - install -d -m755 "${pkgdir}/usr/lib" - make prefix=/usr mandir=/usr/share/man DESTDIR="${pkgdir}" install + cd $pkgname + make prefix=/usr sbindir=/usr/bin \ + mandir=/usr/share/man DESTDIR="$pkgdir" \ + install } +md5sums=('SKIP') -- cgit v0.12