mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 13:22:21 +01:00
52 lines
2.1 KiB
Plaintext
52 lines
2.1 KiB
Plaintext
# Contributor: William Pitcock <nenolod@dereferenced.org>
|
|
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
|
pkgname=rinse
|
|
pkgver=2.0.1
|
|
pkgrel=1
|
|
pkgdesc="A RPM chroot bootstrapping tool"
|
|
url="http://www.steve.org.uk/Software/rinse/"
|
|
arch="noarch"
|
|
license="Artistic"
|
|
depends="rpm perl wget perl-libwww"
|
|
depends_dev=""
|
|
makedepends="$depends_dev gzip coreutils"
|
|
install=""
|
|
subpackages="$pkgname-doc"
|
|
source="http://www.steve.org.uk/Software/rinse/rinse-$pkgver.tar.gz
|
|
rinse-posix-cpio-use.patch
|
|
rinse-device-nodes.patch
|
|
rinse-set-rpm-platform.patch"
|
|
|
|
_builddir="$srcdir"/rinse-$pkgver
|
|
prepare() {
|
|
local i
|
|
cd "$_builddir"
|
|
for i in $source; do
|
|
case $i in
|
|
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
|
esac
|
|
done
|
|
}
|
|
|
|
build() {
|
|
cd "$_builddir"
|
|
}
|
|
|
|
package() {
|
|
cd "$_builddir"
|
|
make PREFIX="$pkgdir" install || return 1
|
|
}
|
|
|
|
md5sums="1221942846f4caa6e621cfc85f759841 rinse-2.0.1.tar.gz
|
|
6761f834b3f50bded544021ccb90c700 rinse-posix-cpio-use.patch
|
|
6a6092323c1973832f5c050d37265d99 rinse-device-nodes.patch
|
|
e292f3192df193924f86ef1f20bee745 rinse-set-rpm-platform.patch"
|
|
sha256sums="74b1149cb6f12c1bd51e371e5decf4820489535afa9b93900780817cbae7f96b rinse-2.0.1.tar.gz
|
|
f869904261add72b2e6a50f910fc79fae44b68df617c8d0d1e1e02d99c77e165 rinse-posix-cpio-use.patch
|
|
dfb972611d74889902d1f25edf6bd172aaa8ef62c352a5e966c2892c568171e8 rinse-device-nodes.patch
|
|
e6d789e0fc67658eac0b1c11ae32e5407aaf2eb09fa479b5e42f94a28526f8df rinse-set-rpm-platform.patch"
|
|
sha512sums="4d6284dfd5bdaac1c2578222203c5dd1bfcd325b756583238c45a064da2345ed75615461464845d721026d3ee1b2bab55f138c9fd5d911f7b41a4e7af5ab9cd8 rinse-2.0.1.tar.gz
|
|
a8ff20b382fa05bf921d1a99fcf7f1e147a63ff7b2c1d04c312ac9d1148d8acb07c56a016176f081a6c2c6797d31a5bd3607b1d891517888931c42bde9a58465 rinse-posix-cpio-use.patch
|
|
9bca1bbbe11453d80f06d330af5695a874240a274ea671f30fd3383f2a88e5e0c73a167aa4ac10f3fde6f9df0cda5678ef436de3ed111a16b008128aafb2a196 rinse-device-nodes.patch
|
|
4e50dafbdd39d1f057a459173e0eac355c0ed592e9d7741a479610915b65ae2e2872ede776fbaca332a8aec20ef94c70ca3b77639670827647634fe276d8731a rinse-set-rpm-platform.patch"
|