Browse Source
subrepo: subdir: "libcddb" merged: "a04775b" upstream: origin: "gitea@gitea.artixlinux.org:packagesL/libcddb.git" branch: "master" commit: "a04775b" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 105 additions and 0 deletions
@ -0,0 +1,33 @@
|
||||
# ---> ArchLinuxPackages |
||||
*.tar |
||||
*.tar.* |
||||
*.jar |
||||
*.exe |
||||
*.msi |
||||
*.zip |
||||
*.tgz |
||||
*.log |
||||
*.log.* |
||||
*.sig |
||||
|
||||
pkg/ |
||||
src/ |
||||
|
||||
|
||||
# ---> Archives |
||||
*.7z |
||||
*.rar |
||||
*.gz |
||||
*.bzip |
||||
*.bz2 |
||||
*.xz |
||||
*.lzma |
||||
*.cab |
||||
|
||||
# ---> systemd |
||||
*.service |
||||
*.socket |
||||
*.timer |
||||
|
||||
# ---> snap |
||||
*.snap |
@ -0,0 +1,12 @@
|
||||
; DO NOT EDIT (unless you know what you are doing) |
||||
; |
||||
; This subdirectory is a git "subrepo", and this file is maintained by the |
||||
; git-subrepo command. See https://github.com/git-commands/git-subrepo#readme |
||||
; |
||||
[subrepo] |
||||
remote = gitea@gitea.artixlinux.org:packagesL/libcddb.git |
||||
branch = master |
||||
commit = a04775b39d29ff12467f868c97e9b00396558294 |
||||
parent = 847de089a5f647d481c2bc1d8e004d1d2ec65245 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,25 @@
|
||||
# $Id$ |
||||
# Maintainer: Hugo Doria <hugo@archlinux.org> |
||||
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> |
||||
|
||||
pkgname=libcddb |
||||
pkgver=1.3.2 |
||||
pkgrel=5 |
||||
arch=('x86_64') |
||||
pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)." |
||||
url="https://sourceforge.net/projects/libcddb/" |
||||
license=('LGPL') |
||||
depends=('glibc') |
||||
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") |
||||
sha256sums=('35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b') |
||||
|
||||
build() { |
||||
cd ${pkgname}-${pkgver} |
||||
./configure --prefix=/usr |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd ${pkgname}-${pkgver} |
||||
make DESTDIR="${pkgdir}" install |
||||
} |
@ -0,0 +1,25 @@
|
||||
# $Id$ |
||||
# Maintainer: Hugo Doria <hugo@archlinux.org> |
||||
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca> |
||||
|
||||
pkgname=libcddb |
||||
pkgver=1.3.2 |
||||
pkgrel=5 |
||||
arch=('x86_64') |
||||
pkgdesc="Library that implements the different protocols (CDDBP, HTTP, SMTP) to access data on a CDDB server (e.g. http://freedb.org)." |
||||
url="https://sourceforge.net/projects/libcddb/" |
||||
license=('LGPL') |
||||
depends=('glibc') |
||||
source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") |
||||
sha256sums=('35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b') |
||||
|
||||
build() { |
||||
cd ${pkgname}-${pkgver} |
||||
./configure --prefix=/usr |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd ${pkgname}-${pkgver} |
||||
make DESTDIR="${pkgdir}" install |
||||
} |
Loading…
Reference in new issue