Commit 469afcac authored by Seblu's avatar Seblu
Browse files

up


git-svn-id: https://seblu.net/s/archpkg@157 02741741-5192-46b8-8916-7152b19231d9
parent 992122bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
pkgname=ext4magic
pkgver=0.2.2
pkgrel=2
pkgver=0.2.3
pkgrel=1
pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems'
arch=('i686' 'x86_64')
url='http://developer.berlios.de/projects/ext4magic/'
license=('GPL2')
depends=('util-linux' 'e2fsprogs')
source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz") 
md5sums=('33cbffae95bb2cde37454085d2a21f66')
md5sums=('b23ecf9dccc8b597fbbe2d149d0c08ac')

build() {
  cd $pkgname-$pkgver
+3 −3
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>

pkgname=perf
pkgver=3.0.4
pkgver=3.1
pkgrel=1
pkgdesc="Linux kernel $pkgver performance tool"
license=('GPL2')
@@ -10,8 +10,8 @@ url='http://www.kernel.org'
options=(!strip)
depends=('python2' 'perl' 'libnewt' 'elfutils')
makedepends=('asciidoc' 'xmlto')
source=("http://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$pkgver.tar.bz2") 
md5sums=('dff86c657cabe813bda84c72bfb93ae8')
source=("http://ftp.kernel.org/pub/linux/kernel/v3.0/linux-$pkgver.tar.xz") 
md5sums=('edbdc798f23ae0f8045c82f6fa22c536')

build() {
  cd linux-$pkgver/tools/perf
+2 −15
Original line number Diff line number Diff line
@@ -25,24 +25,11 @@ md5sums=('89dcb359a4c4fce475633dd771e77aa7'
         'a067da0e3f4160a44f69f4ca6142e4d7')
                                    
build() {
  cd $pkgname-$pkgver
  # configuring
  msg2 "Configuring"
  ./configure
  # patching
  msg2 "Patching"
  for patch in "$srcdir"/*.patch; do
    patch -p1 < "$patch"
  done
  # building
  msg2 "Compiling"
  make PREFIX=/usr sysconfdir=/etc
  pwd
}

package() {
  cd $pkgname-$pkgver
  make PREFIX=/usr sysconfdir=/etc DESTDIR="$pkgdir" install
  install -D -m 644 "$srcdir/pxe.8" "$pkgdir/usr/share/man/man8/pxe.8"
  pwd
}

# vim:set ts=2 sw=2 ft=sh et: