Browse Source
subrepo: subdir: "libmodplug" merged: "0d919ec" upstream: origin: "gitea@gitea.artixlinux.org:packagesL/libmodplug.git" branch: "master" commit: "0d919ec" git-subrepo: version: "0.4.0" origin: "???" commit: "???"master
7 changed files with 103 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/libmodplug.git |
||||
branch = master |
||||
commit = 0d919ec3d6719ba5d0c8ecf9d46172d210fc9f3f |
||||
parent = e979c8c570a292f1ad58b9b8a6c5a40b90a99f51 |
||||
method = merge |
||||
cmdver = 0.4.0 |
@ -0,0 +1,3 @@
|
||||
@Library('artix-ci') import org.artixlinux.RepoPackage |
||||
|
||||
PackagePipeline(new RepoPackage(this)) |
@ -0,0 +1,24 @@
|
||||
# Maintainer: Eric Bélanger <eric@archlinux.org> |
||||
|
||||
pkgname=libmodplug |
||||
pkgver=0.8.9.0 |
||||
pkgrel=2 |
||||
pkgdesc="A MOD playing library" |
||||
arch=('x86_64') |
||||
url="http://modplug-xmms.sourceforge.net/" |
||||
license=('custom') |
||||
depends=('gcc-libs') |
||||
source=(http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz) |
||||
sha1sums=('9d18572f85fdd95091befa972ee5d94139dcefde') |
||||
|
||||
build() { |
||||
cd ${pkgname}-${pkgver} |
||||
./configure --prefix=/usr |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd ${pkgname}-${pkgver} |
||||
make DESTDIR="${pkgdir}" install |
||||
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |
||||
} |
@ -0,0 +1,24 @@
|
||||
# Maintainer: Eric Bélanger <eric@archlinux.org> |
||||
|
||||
pkgname=libmodplug |
||||
pkgver=0.8.9.0 |
||||
pkgrel=2 |
||||
pkgdesc="A MOD playing library" |
||||
arch=('x86_64') |
||||
url="http://modplug-xmms.sourceforge.net/" |
||||
license=('custom') |
||||
depends=('gcc-libs') |
||||
source=(http://downloads.sourceforge.net/modplug-xmms/${pkgname}-${pkgver}.tar.gz) |
||||
sha1sums=('9d18572f85fdd95091befa972ee5d94139dcefde') |
||||
|
||||
build() { |
||||
cd ${pkgname}-${pkgver} |
||||
./configure --prefix=/usr |
||||
make |
||||
} |
||||
|
||||
package() { |
||||
cd ${pkgname}-${pkgver} |
||||
make DESTDIR="${pkgdir}" install |
||||
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |
||||
} |
Loading…
Reference in new issue