mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 12:47:13 +08:00
cbundle local update/rename, apper addded .install file
This commit is contained in:
parent
99e6ba63a7
commit
95a9bd731f
@ -1,38 +0,0 @@
|
|||||||
# Chakra Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
|
||||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
||||||
# (c) 2010 Drake Justice
|
|
||||||
|
|
||||||
pkgname=cbundle
|
|
||||||
pkgver=0.4.6.10
|
|
||||||
pkgrel=2
|
|
||||||
depends=('squashfs-tools' 'fakechroot' 'unionfs-fuse' 'sh')
|
|
||||||
makedepends=('qt' 'automoc4' 'kde-workspace')
|
|
||||||
pkgdesc="A shared library for using Chakra software bundles"
|
|
||||||
arch=("i686" "x86_64")
|
|
||||||
license=('GPL')
|
|
||||||
url="http://chakra-project.org/"
|
|
||||||
|
|
||||||
source=("http://chakra-linux.org/sources/cinstall/cbundle-$pkgver.tar.xz")
|
|
||||||
md5sums=('a294a118ff50f0465167378e4de992e9')
|
|
||||||
|
|
||||||
# create tarball: source PKGBUILD && mksource
|
|
||||||
|
|
||||||
mksource() {
|
|
||||||
git clone git://gitorious.org/chakra/cbundle.git
|
|
||||||
pushd cbundle
|
|
||||||
popd
|
|
||||||
tar -cvJf cbundle-${pkgver}.tar.xz cbundle/*
|
|
||||||
md5sum cbundle-${pkgver}.tar.xz
|
|
||||||
}
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "${srcdir}/cbundle"
|
|
||||||
|
|
||||||
cmake \
|
|
||||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release
|
|
||||||
make || return 1
|
|
||||||
make DESTDIR=${pkgdir} install || return 1
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user