mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 02:04:36 +08:00
Merge branch 'testing' of gitorious.org:chakra-packages/platform into testing
This commit is contained in:
commit
76ca77f3b3
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=libgpod
|
||||
pkgver=0.8.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="libgpod is a shared library to access the contents of an iPod"
|
||||
arch=(i686 x86_64)
|
||||
license=('LGPL')
|
||||
@ -19,7 +19,11 @@ md5sums=('6660f74cc53293dcc847407aa5f672ce')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
./configure --prefix=/usr || return 1
|
||||
./configure --prefix=/usr \
|
||||
--enable-udev || return 1
|
||||
make PREFIX=/usr || return 1
|
||||
make PREFIX=/usr DESTDIR="${pkgdir}" install || return 1
|
||||
|
||||
#copy headers
|
||||
cp -v ${srcdir}/${pkgname}-${pkgver}/src/*.h ${pkgdir}/usr/include/gpod-1.0/gpod/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user