summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 74c7f877c1c746d6791879ed1683f3e6c4282d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This is an example PKGBUILD file. Use this as a start to creating your own,
# and remove these comments. For more information, see 'man PKGBUILD'.
# NOTE: Please fill out the license field for your package! If it is unknown,
# then please put 'unknown'.

# Maintainer: McLenin <mclenin at gooogles email>
pkgname=libstdc++296
pkgver=2.96.126
pkgrel=4
pkgdesc="Standard C++ libraries for Red Hat 7.3 backwards compatibility compiler. With additions from OpenSUSE 13.1. Provides libstdc++-libc6.2-2.so.3"
arch=("x86_64")
url="http://rpm.pbone.net"
license=('GPL')
groups=()
depends=()
makedepends=('rpmextract')
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("libstdc++296.rpm::ftp://mirror.switch.ch/pool/4/mirror/opensuse/opensuse/distribution/leap/42.3/repo/oss/suse/x86_64/compat-32bit-2010.1.31-4.3.x86_64.rpm")
noextract=()


package() {
  cd "$pckgdir"
  rpmextract.sh "$srcdir"/"$pkgname".rpm
}

md5sums=('a1680572901cc6c4a5346bf26297afdf')