adapt to some namming changes
This commit is contained in:
parent
88c8dabd3f
commit
35f281a412
2 changed files with 5 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = libcrossguid-git
|
pkgbase = libcrossguid-git
|
||||||
pkgdesc = Lightweight cross platform C++ GUID/UUID library
|
pkgdesc = Lightweight cross platform C++ GUID/UUID library
|
||||||
pkgver = 0.2.1.r1.g71c709e
|
pkgver = 0.2.2.r15.g7a42917
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/graeme-hill/crossguid
|
url = https://github.com/graeme-hill/crossguid
|
||||||
arch = i686
|
arch = i686
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
|
|
||||||
pkgname=libcrossguid-git
|
pkgname=libcrossguid-git
|
||||||
pkgver=0.2.1.r1.g71c709e
|
pkgver=0.2.2.r15.g7a42917
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Lightweight cross platform C++ GUID/UUID library"
|
pkgdesc="Lightweight cross platform C++ GUID/UUID library"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -27,13 +27,13 @@ build() {
|
||||||
|
|
||||||
check(){
|
check(){
|
||||||
cd "$srcdir"/libcrossguid
|
cd "$srcdir"/libcrossguid
|
||||||
./xgtest
|
./crossguid-test
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir"/libcrossguid
|
cd "$srcdir"/libcrossguid
|
||||||
install -D -m644 libxg.a "${pkgdir}/usr/lib/libxg.a"
|
install -D -m644 libcrossguid.a "${pkgdir}/usr/lib/libcrossguid.a"
|
||||||
install -D -m644 Guid.hpp "${pkgdir}/usr/include/Guid.hpp"
|
install -D -m644 include/crossguid/guid.hpp "${pkgdir}/usr/include/guid.hpp"
|
||||||
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue