Commit 0912a4a
110
plików
+163
dodanych
-163
usuniętych
@@ -622,10 +622,10 @@ footprint_autoconf-archive_man: |
622
622
-rw-r--r-- root/root usr/share/info/autoconf-archive.info.gz
623
623
624
624
build: |
625
- cd autoconf-archive-2024.10.16
625
+ cd ${pkgname}-${pkgver}
626
626
./configure --prefix=/usr
627
627
make
628
628
629
629
package: |
630
- cd autoconf-archive-2024.10.16
630
+ cd ${pkgname}-${pkgver}
631
631
make DESTDIR="${PKGDIR}" install
@@ -89,7 +89,7 @@ hooks:
89
89
rm -f bin/sh
90
90
rm -f bin/bash
91
91
build: |
92
- cd ${pkgname}-5.3
92
+ cd ${pkgname}-${pkgver}
93
93
patch -Np1 -i ../${pkgname}-${pkgver}-consolidate-1.patch
94
94
95
95
./configure --prefix=/usr \
@@ -18,9 +18,9 @@ footprint_diffutils_man: "drwxr-xr-x\troot/root\tusr/share/info/\n-rw-r--r--\tro
18
18
-rw-r--r--\troot/root\tusr/share/man/man1/diff.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/diff3.1.gz\n-rw-r--r--\t\
19
19
root/root\tusr/share/man/man1/sdiff.1.gz\n"
20
20
build: |
21
- cd diffutils-3.12
21
+ cd ${pkgname}-${pkgver}
22
22
./configure --prefix=/usr
23
23
make
24
24
package: |
25
- cd diffutils-3.12
25
+ cd ${pkgname}-${pkgver}
26
26
make DESTDIR="${PKGDIR}" install
@@ -16,7 +16,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
16
16
footprint_efibootmgr_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/root\tusr/share/man/man8/\n-rw-r--r--\t\
17
17
root/root\tusr/share/man/man8/efibootdump.8.gz\n-rw-r--r--\troot/root\tusr/share/man/man8/efibootmgr.8.gz\n"
18
18
build: |
19
- cd ${pkgname}-edc8b9b6ec1c7751ccb9a483405c99141ba237fc
19
+ cd ${pkgname}-${pkgver}
20
20
make EXTRA_CFLAGS="-Os" EFIDIR="/boot/EFI"
21
21
install -d ${PKGDIR}/usr/bin
22
22
install -D -m0755 src/efibootmgr ${PKGDIR}/usr/bin/efibootmgr
@@ -20,7 +20,7 @@ footprint_libuv_devel: "drwxr-xr-x\troot/root\tusr/include/\n-rw-r--r--\troot/ro
20
20
footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrwxrwx\troot/root\tusr/lib/libuv.so -> libuv.so.1.0.0\n\
21
21
lrwxrwxrwx\troot/root\tusr/lib/libuv.so.1 -> libuv.so.1.0.0\n-rwxr-xr-x\troot/root\tusr/lib/libuv.so.1.0.0\n"
22
22
build: |
23
- cd ${pkgname}-v${pkgver}
23
+ cd ${pkgname}-${pkgver}
24
24
sh autogen.sh
25
25
./configure --prefix=/usr --disable-static
26
26
make
@@ -4228,7 +4228,7 @@ build: |
4228
4228
# mieszczą się w pamięci; wolniej, ale stabilnie.
4229
4229
export NINJAJOBS=4
4230
4230
4231
- cd ${pkgname}-project-${pkgver}.src
4231
+ cd ${pkgname}-${pkgver}
4232
4232
4233
4233
4234
4234
grep -rl '#!.*python' | xargs sed -i '1s/python$/python3/'
@@ -75,9 +75,9 @@ footprint_make_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-xr-x\t
75
75
-rw-r--r--\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/make.mo\ndrwxr-xr-x\troot/root\tusr/share/locale/zh_TW/\ndrwxr-xr-x\t\
76
76
root/root\tusr/share/locale/zh_TW/LC_MESSAGES/\n-rw-r--r--\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/make.mo\n"
77
77
build: |
78
- cd make-4.4.1
78
+ cd ${pkgname}-${pkgver}
79
79
./configure --prefix=/usr
80
80
make
81
81
package: |
82
- cd make-4.4.1
82
+ cd ${pkgname}-${pkgver}
83
83
make DESTDIR="${PKGDIR}" install
@@ -122,7 +122,7 @@ footprint_nettle_man: |
122
122
-rw-r--r-- root/root usr/share/info/nettle.info.gz
123
123
124
124
build: |
125
- cd nettle-4.0
125
+ cd ${pkgname}-${pkgver}
126
126
./configure --prefix=/usr
127
127
make
128
128
make DESTDIR=${PKGDIR} install
@@ -1,25 +1,25 @@
1
-pkgname: pag
2
-pkgver: '3.3.10a'
3
-pkgrel: '1'
4
-pkgdesc: 'PaganOS package manager – atomowa instalacja, weryfikacja GPG, i18n (PL/EN), rollback'
5
-url: 'https://git.paganlinux.eu/pag'
6
-arch: x86_64
7
-depends:
8
-- python3
9
-makedepends: []
10
-source:
11
-- 'https://git.paganlinux.eu/git/pag/archive?branch=main'
12
-sha256sums:
13
-- SKIP
14
-update: |
15
- curl -fsSL 'https://git.paganlinux.eu/git/pag/archive?branch=main' \
16
- | tar -xzO pag-main/pag 2>/dev/null \
17
- | grep -m1 -oE 'PAG_VERSION = "[0-9.]+"' \
18
- | grep -oE '[0-9.]+'
19
-build: |
20
- cd pag-main
21
- # Walidacja składni – nie pakuj uszkodzonego/po edycji skryptu
22
- python3 -m py_compile pag
23
- install -Dm755 pag "${PKGDIR}/usr/bin/pag"
24
-package: |
25
- true
1
+pkgname: pag
2
+pkgver: '3.3.10a'
3
+pkgrel: '1'
4
+pkgdesc: 'PaganOS package manager – atomowa instalacja, weryfikacja GPG, i18n (PL/EN), rollback'
5
+url: 'https://git.paganlinux.eu/pag'
6
+arch: x86_64
7
+depends:
8
+- python3
9
+makedepends: []
10
+source:
11
+- 'https://git.paganlinux.eu/git/pag/archive?branch=main'
12
+sha256sums:
13
+- SKIP
14
+update: |
15
+ curl -fsSL 'https://git.paganlinux.eu/git/pag/archive?branch=main' \
16
+ | tar -xzO pag-main/pag 2>/dev/null \
17
+ | grep -m1 -oE 'PAG_VERSION = "[0-9.]+"' \
18
+ | grep -oE '[0-9.]+'
19
+build: |
20
+ cd ${pkgname}-${pkgver}
21
+ # Walidacja składni – nie pakuj uszkodzonego/po edycji skryptu
22
+ python3 -m py_compile pag
23
+ install -Dm755 pag "${PKGDIR}/usr/bin/pag"
24
+package: |
25
+ true
@@ -194,10 +194,10 @@ footprint_popt_zh: |
194
194
-rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/popt.mo
195
195
196
196
build: |
197
- cd popt-1.19
197
+ cd ${pkgname}-${pkgver}
198
198
./configure --prefix=/usr
199
199
make
200
200
201
201
package: |
202
- cd popt-1.19
202
+ cd ${pkgname}-${pkgver}
203
203
make DESTDIR="${PKGDIR}" install
@@ -24,7 +24,7 @@ footprint_rustc_doc: "drwxr-xr-x\troot/root\tusr/share/doc/\ndrwxr-xr-x\troot/ro
24
24
footprint: "drwxr-xr-x\troot/root\tetc/\ndrwxr-xr-x\troot/root\tetc/bash_completion.d/\n-rw-r--r--\troot/root\tetc/bash_completion.d/cargo\n-rw-r--r--\troot/root\tetc/target-spec-json-schema.json\ndrwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-xr-x\troot/root\tusr/bin/cargo\n-rwxr-xr-x\troot/root\tusr/bin/cargo-clippy\n-rwxr-xr-x\troot/root\tusr/bin/cargo-fmt\n-rwxr-xr-x\troot/root\tusr/bin/clippy-driver\n-rwxr-xr-x\troot/root\tusr/bin/rust-gdb\n-rwxr-xr-x\troot/root\tusr/bin/rust-gdbgui\n-rwxr-xr-x\troot/root\tusr/bin/rust-lldb\n-rwxr-xr-x\troot/root\tusr/bin/rustc\n-rwxr-xr-x\troot/root\tusr/bin/rustfmt\ndrwxr-xr-x\troot/root\tusr/lib/\n-rw-r--r--\troot/root\tusr/lib/librustc_driver-dc8c240c5ada388d.so\ndrwxr-xr-x\troot/root\tusr/lib/rustlib/\n-rw-r--r--\troot/root\tusr/lib/rustlib/components\ndrwxr-xr-x\troot/root\tusr/lib/rustlib/etc/\n-rw-r--r--\troot/root\tusr/lib/rustlib/etc/gdb_load_rust_pretty_printers.py\n-rw-r--r--\troot/root\tusr/lib/rustlib/etc/gdb_lookup.py\n-rw-r--r--\troot/root\tusr/lib/rustlib/etc/gdb_providers.py\n-rw-r--r--\troot/root\tusr/lib/rustlib/etc/lldb_commands\n-rw-r--r--\troot/root\tusr/lib/rustlib/etc/lldb_lookup.py\n-rw-r--r--\troot/root\tusr/lib/rustlib/etc/lldb_providers.py\n-rw-r--r--\troot/root\tusr/lib/rustlib/etc/rust_types.py\n-rw-r--r--\troot/root\tusr/lib/rustlib/install.log\n-rw-r--r--\troot/root\tusr/lib/rustlib/manifest-cargo\n-rw-r--r--\troot/root\tusr/lib/rustlib/manifest-clippy-preview\n-rw-r--r--\troot/root\tusr/lib/rustlib/manifest-rust-std-x86_64-unknown-linux-gnu\n-rw-r--r--\troot/root\tusr/lib/rustlib/manifest-rustc\n-rw-r--r--\troot/root\tusr/lib/rustlib/manifest-rustfmt-preview\n-rw-r--r--\troot/root\tusr/lib/rustlib/rust-installer-version\n-rwxr-xr-x\troot/root\tusr/lib/rustlib/uninstall.sh\ndrwxr-xr-x\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/\ndrwxr-xr-x\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/bin/\n-rwxr-xr-x\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-objcopy\ndrwxr-xr-x\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-920709c57722eee5.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-920709c57722eee5.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-09a485ce2037afb8.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-09a485ce2037afb8.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-55af449ee58609cb.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-55af449ee58609cb.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-51831a01f196b7a4.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-51831a01f196b7a4.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-adf71fa57f0dab73.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-adf71fa57f0dab73.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-754609e093713d52.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-754609e093713d52.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4b570b17b035edcd.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4b570b17b035edcd.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f912565a1a820d22.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f912565a1a820d22.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-993ee60dd207e0b1.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-993ee60dd207e0b1.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-cb6f8aae429a32b8.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-cb6f8aae429a32b8.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-de6e1216873126a9.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-de6e1216873126a9.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-204dd30e469eaca5.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-204dd30e469eaca5.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-48c4f65f0f923576.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-48c4f65f0f923576.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_abort-0a73d964d44a8d34.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_abort-0a73d964d44a8d34.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-532d89b3c27d98bf.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-532d89b3c27d98bf.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-05a4e3bba9ae4d9d.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libproc_macro-05a4e3bba9ae4d9d.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f9ea9f97ef5c04aa.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f9ea9f97ef5c04aa.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_literal_escaper-8bc527bb637253db.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_literal_escaper-8bc527bb637253db.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cb4d2c921fb4fd5e.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-cb4d2c921fb4fd5e.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-260862f22137ce9f.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-260862f22137ce9f.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bd2cce3eb2b0f793.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bd2cce3eb2b0f793.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-03cd9ef9e827abdf.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-03cd9ef9e827abdf.rmeta\n-rwxr-xr-x\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-03cd9ef9e827abdf.so\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-99cf7e036201bcb5.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-99cf7e036201bcb5.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsysroot-964a330c213e3738.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libsysroot-964a330c213e3738.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f6e23c05208b404c.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f6e23c05208b404c.rmeta\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bdf393a294519e37.rlib\n-rw-r--r--\troot/root\tusr/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bdf393a294519e37.rmeta\ndrwxr-xr-x\troot/root\tusr/share/\ndrwxr-xr-x\troot/root\tusr/share/zsh/\ndrwxr-xr-x\troot/root\tusr/share/zsh/site-functions/\n-rw-r--r--\troot/root\tusr/share/zsh/site-functions/_cargo\n"
25
25
footprint_rustc_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/root\tusr/share/man/man1/\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-add.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-bench.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-build.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-check.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-clean.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-doc.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-fetch.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-fix.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-generate-lockfile.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-help.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-info.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-init.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-install.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-locate-project.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-login.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-logout.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-metadata.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-new.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-owner.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-package.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-pkgid.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-publish.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-remove.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-report-future-incompatibilities.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-report.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-run.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-rustc.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-rustdoc.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-search.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-test.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-tree.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-uninstall.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-update.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-vendor.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-version.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo-yank.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/cargo.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/rustc.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/rustdoc.1.gz\n"
26
26
build: |
27
- cd ${pkgname}-${pkgver}-src
27
+ cd ${pkgname}-${pkgver}
28
28
mv ../rust-openssl-0.10.78 .
29
29
cat >> src/tools/cargo/Cargo.toml << EOF
30
30
[patch.crates-io]
@@ -18,7 +18,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
18
18
footprint_sqlite_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/root\tusr/share/man/man1/\n-rw-r--r--\troot/root\t\
19
19
usr/share/man/man1/sqlite3.1.gz\n"
20
20
build: |
21
- cd ${pkgname}-autoconf-${pkgver}
21
+ cd ${pkgname}-${pkgver}
22
22
23
23
./configure --prefix=/usr \
24
24
--disable-static \
@@ -23,10 +23,10 @@ footprint_time_man: |
23
23
-rw-r--r-- root/root usr/share/info/time.info.gz
24
24
25
25
build: |
26
- cd time-1.10
26
+ cd ${pkgname}-${pkgver}
27
27
./configure --prefix=/usr
28
28
make
29
29
30
30
package: |
31
- cd time-1.10
31
+ cd ${pkgname}-${pkgver}
32
32
make DESTDIR="${PKGDIR}" install
@@ -341,7 +341,7 @@ footprint_xapian_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/r
341
341
usr/share/man/man1/xapian-quest.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/xapian-replicate-server.1.gz\n-rw-r--r--\t\
342
342
root/root\tusr/share/man/man1/xapian-replicate.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/xapian-tcpsrv.1.gz\n"
343
343
build: |
344
- cd ${pkgname}-core-${pkgver}
344
+ cd ${pkgname}-${pkgver}
345
345
./configure --prefix=/usr \
346
346
--disable-static \
347
347
--docdir=/usr/share/doc/xapian-core
@@ -88,7 +88,7 @@ footprint_clutter-gtk_zh: |
88
88
-rw-r--r-- root/root usr/share/locale/zh_CN/LC_MESSAGES/cluttergtk-1.0.mo
89
89
90
90
build: |
91
- cd clutter-gtk-1.8.4
91
+ cd ${pkgname}-${pkgver}
92
92
./configure --prefix=/usr
93
93
make
94
94
@@ -74,7 +74,7 @@ footprint_conky-manager_hr: |
74
74
-rw-r--r-- root/root usr/share/locale/hr_HR/LC_MESSAGES/conky-manager.mo
75
75
76
76
build: |
77
- cd ${pkgname}-${pkgver}~136~ubuntu16.04.1
77
+ cd ${pkgname}-${pkgver}
78
78
patch -Np0 < ../makefile-roundup.patch
79
79
80
80
make
@@ -29,7 +29,7 @@ footprint: |
29
29
-rw-r--r-- root/root usr/man/man1/dosbox.1
30
30
31
31
build: |
32
- cd ${pkgname}-0.74-2
32
+ cd ${pkgname}-${pkgver}
33
33
./configure --prefix=/usr --mandir=/usr/man
34
34
sed -i '23a#include <cstddef>' include/dos_inc.h
35
35
make
@@ -713,7 +713,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/share/\ndrwx
713
713
-rw-r--r--\troot/root\tusr/share/fluxbox/styles/sigma/pixmaps/max.xpm\n-rw-r--r--\troot/root\tusr/share/fluxbox/styles/sigma/preview.jpg\n\
714
714
-rw-r--r--\troot/root\tusr/share/fluxbox/styles/sigma/theme.cfg\n"
715
715
build: |
716
- cd fluxmod-styles-pkg
716
+ cd ${pkgname}-${pkgver}
717
717
718
718
install -dm755 ${PKGDIR}/usr/share/fluxbox/styles
719
719
rm License.txt
@@ -17,7 +17,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
17
17
drwxr-xr-x\troot/root\tusr/lib/\nlrwxrwxrwx\troot/root\tusr/lib/libalut.so -> libalut.so.0.1.0\nlrwxrwxrwx\troot/root\t\
18
18
usr/lib/libalut.so.0 -> libalut.so.0.1.0\n-rwxr-xr-x\troot/root\tusr/lib/libalut.so.0.1.0\n"
19
19
build: |
20
- cd freealut-1.1.0
20
+ cd ${pkgname}-${pkgver}
21
21
./configure --prefix=/usr --disable-static
22
22
make
23
23
package: |
@@ -176,10 +176,10 @@ footprint: |
176
176
-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/text-x-opml+xml.png
177
177
178
178
build: |
179
- cd gnome-icon-theme-extras-3.12.0
179
+ cd ${pkgname}-${pkgver}
180
180
./configure --prefix=/usr
181
181
make
182
182
183
183
package: |
184
- cd gnome-icon-theme-extras-3.12.0
184
+ cd ${pkgname}-${pkgver}
185
185
make DESTDIR="${PKGDIR}" install
@@ -422,10 +422,10 @@ footprint: |
422
422
-rw-r--r-- root/root usr/share/icons/gnome/scalable/status/weather-storm-symbolic.svg
423
423
424
424
build: |
425
- cd gnome-icon-theme-symbolic-3.12.0
425
+ cd ${pkgname}-${pkgver}
426
426
./configure --prefix=/usr
427
427
make
428
428
429
429
package: |
430
- cd gnome-icon-theme-symbolic-3.12.0
430
+ cd ${pkgname}-${pkgver}
431
431
make DESTDIR="${PKGDIR}" install
@@ -4152,11 +4152,11 @@ footprint_gnome-themes-extra_zh: |
4152
4152
drwxr-xr-x root/root usr/share/locale/zh_TW/LC_MESSAGES/
4153
4153
4154
4154
build: |
4155
- cd gnome-themes-extra-3.28
4155
+ cd ${pkgname}-${pkgver}
4156
4156
./configure --prefix=/usr \
4157
4157
--disable-gtk2-engine
4158
4158
make
4159
4159
4160
4160
package: |
4161
- cd gnome-themes-extra-3.28
4161
+ cd ${pkgname}-${pkgver}
4162
4162
make DESTDIR="${PKGDIR}" install
@@ -693,7 +693,7 @@ footprint_goffice_zh: |
693
693
-rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/goffice-0.10.61.mo
694
694
695
695
build: |
696
- cd goffice-0.10.61
696
+ cd ${pkgname}-${pkgver}
697
697
./configure --prefix=/usr
698
698
make
699
699
@@ -334,9 +334,9 @@ footprint_grisbi_ru: "drwxr-xr-x\troot/root\tusr/share/locale/ru/\ndrwxr-xr-x\tr
334
334
footprint_grisbi_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-xr-x\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/\n\
335
335
-rw-r--r--\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/grisbi.mo\n"
336
336
build: |
337
- cd grisbi-3.0.4
337
+ cd ${pkgname}-${pkgver}
338
338
./configure --prefix=/usr
339
339
make
340
340
package: |
341
- cd grisbi-3.0.4
341
+ cd ${pkgname}-${pkgver}
342
342
make DESTDIR="${PKGDIR}" install
@@ -337,7 +337,7 @@ footprint_gtk-engines_zh: |
337
337
-rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/gtk-engines.mo
338
338
339
339
build: |
340
- cd ${pkgname}-e23eb81ade8c815dcd4da026ab7a2b7307a4f326
340
+ cd ${pkgname}-${pkgver}
341
341
./autogen.sh
342
342
./configure --prefix=/usr
343
343
make
@@ -297,12 +297,12 @@ footprint: |
297
297
-rw-r--r-- root/root usr/share/devhelp/books/gtksourceviewmm-4.0/gtksourceviewmm-4.0.devhelp2
298
298
299
299
build: |
300
- cd gtksourceviewmm-3.91.1
300
+ cd ${pkgname}-${pkgver}
301
301
./configure --prefix=/usr
302
302
make
303
303
304
304
package: |
305
- cd gtksourceviewmm-3.91.1
305
+ cd ${pkgname}-${pkgver}
306
306
make DESTDIR="${PKGDIR}" install
307
307
308
308
update: |
@@ -354,10 +354,10 @@ footprint: |
354
354
drwxr-xr-x root/root usr/share/
355
355
356
356
build: |
357
- cd libcdr-0.1.9
357
+ cd ${pkgname}-${pkgver}
358
358
./configure --prefix=/usr
359
359
make
360
360
361
361
package: |
362
- cd libcdr-0.1.9
362
+ cd ${pkgname}-${pkgver}
363
363
make DESTDIR="${PKGDIR}" install
@@ -45,7 +45,7 @@ footprint_libevdev_man: |
45
45
-rw-r--r-- root/root usr/share/man/man3/libevdev.3.gz
46
46
47
47
build: |
48
- cd libevdev-1.13.6
48
+ cd ${pkgname}-${pkgver}
49
49
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
50
50
make
51
51
@@ -42,7 +42,7 @@ footprint: |
42
42
-rw-r--r-- root/root usr/share/vala/vapi/gee-0.8.vapi
43
43
44
44
build: |
45
- cd libgee-0.20.8
45
+ cd ${pkgname}-${pkgver}
46
46
./configure --prefix=/usr
47
47
make
48
48
@@ -82,7 +82,7 @@ footprint_libiptcdata_it: |
82
82
-rw-r--r-- root/root usr/share/locale/it/LC_MESSAGES/libiptcdata.mo
83
83
84
84
build: |
85
- cd libiptcdata-1.0.5
85
+ cd ${pkgname}-${pkgver}
86
86
./configure --prefix=/usr
87
87
make
88
88
@@ -154,7 +154,7 @@ footprint_libmypaint_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-
154
154
drwxr-xr-x\troot/root\tusr/share/locale/zh_TW/\ndrwxr-xr-x\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/\n-rw-r--r--\t\
155
155
root/root\tusr/share/locale/zh_TW/LC_MESSAGES/libmypaint.mo\n"
156
156
build: |
157
- cd libmypaint-1.6.1
157
+ cd ${pkgname}-${pkgver}
158
158
./configure --prefix=/usr
159
159
make
160
160
package: |
@@ -36,7 +36,7 @@ footprint: |
36
36
-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.12
37
37
38
38
build: |
39
- cd libspectre-0.2.12
39
+ cd ${pkgname}-${pkgver}
40
40
./configure --prefix=/usr --disable-static
41
41
make
42
42
@@ -97,7 +97,7 @@ build: |
97
97
cd libva
98
98
99
99
mkdir libva-build
100
- cd libva-build
100
+ cd ${pkgname}-${pkgver}
101
101
102
102
meson setup .. \
103
103
--prefix=/usr \
@@ -52,7 +52,7 @@ footprint: |
52
52
-rw-r--r-- root/root usr/share/licenses/libvirt-python/COPYING
53
53
54
54
build: |
55
- cd libvirt-python-v${pkgver}
55
+ cd ${pkgname}-${pkgver}
56
56
57
57
pip3 wheel -w dist \
58
58
--no-build-isolation \
@@ -28,7 +28,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\ndrwxr-
28
28
\ -> libvncclient.so.0.9.15\nlrwxrwxrwx\troot/root\tusr/lib/libvncserver.so -> libvncserver.so.1\n-rwxr-xr-x\troot/root\t\
29
29
usr/lib/libvncserver.so.0.9.15\nlrwxrwxrwx\troot/root\tusr/lib/libvncserver.so.1 -> libvncserver.so.0.9.15\n"
30
30
build: |
31
- cd ${pkgname}-LibVNCServer-${pkgver}
31
+ cd ${pkgname}-${pkgver}
32
32
33
33
mkdir -pv build
34
34
cd build
@@ -1390,5 +1390,5 @@ build: |
1390
1390
make
1391
1391
1392
1392
package: |
1393
- cd libwpd-0.10.3
1393
+ cd ${pkgname}-${pkgver}
1394
1394
make DESTDIR="${PKGDIR}" install
@@ -189,7 +189,7 @@ build: |
189
189
USE_SYSTEM_GUMBO := no
190
190
EOF
191
191
unset MAKEFLAGS
192
- cd ${pkgname}-${pkgver}-source
192
+ cd ${pkgname}-${pkgver}
193
193
194
194
export XCFLAGS=-fPIC
195
195
make build=release shared=yes
@@ -115,7 +115,7 @@ footprint_openobex_man: |
115
115
drwxr-xr-x root/root usr/share/man/man1/
116
116
117
117
build: |
118
- cd ${pkgname}-${pkgver}-Source
118
+ cd ${pkgname}-${pkgver}
119
119
mkdir build
120
120
cd build
121
121
cmake -DCMAKE_INSTALL_PREFIX=/usr \
@@ -30,7 +30,7 @@ footprint_printproto_man: |
30
30
-rw-r--r-- root/root usr/share/man/man7/Xprint.7.gz
31
31
32
32
build: |
33
- cd printproto-1.0.5
33
+ cd ${pkgname}-${pkgver}
34
34
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
35
35
make
36
36
@@ -3923,7 +3923,7 @@ footprint: |
3923
3923
drwxr-xr-x root/root usr/share/
3924
3924
3925
3925
build: |
3926
- cd ${pkgname}-everywhere-src-${pkgver}
3926
+ cd ${pkgname}-${pkgver}
3927
3927
3928
3928
mkdir .git
3929
3929
./configure -prefix /usr \
@@ -426,7 +426,7 @@ footprint: |
426
426
-rw-r--r-- root/root usr/lib/qt/qml/QtPositioning/qmldir
427
427
428
428
build: |
429
- cd ${pkgname}-everywhere-src-${pkgver}
429
+ cd ${pkgname}-${pkgver}
430
430
patch -Np1 -i ../kf5-1.patch
431
431
patch -Np1 -i ../consolidate-1.patch
432
432
sed -e 's|c++14|c++17|g' -e '/c++1z/d' -i \
@@ -214,7 +214,7 @@ footprint: |
214
214
-rw-r--r-- root/root usr/lib/qt/mkspecs/modules/qt_lib_scripttools_private.pri
215
215
216
216
build: |
217
- cd ${pkgname}-everywhere-src-${pkgver}
217
+ cd ${pkgname}-${pkgver}
218
218
sed -i 's|^asm volatile ($|asm (|' src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.cpp
219
219
mkdir build
220
220
cd build
@@ -73,7 +73,7 @@ footprint: |
73
73
-rw-r--r-- root/root usr/lib/qt/qml/QtWebChannel/qmldir
74
74
75
75
build: |
76
- cd ${pkgname}-everywhere-src-${pkgver}
76
+ cd ${pkgname}-${pkgver}
77
77
patch -Np1 -i ../kf5-1.patch
78
78
mkdir build
79
79
cd build
@@ -76,7 +76,7 @@ footprint: |
76
76
-rw-r--r-- root/root usr/lib/qt/mkspecs/modules/qt_lib_websockets_private.pri
77
77
78
78
build: |
79
- cd ${pkgname}-everywhere-src-${pkgver}
79
+ cd ${pkgname}-${pkgver}
80
80
patch -Np1 -i ../kf5-1.patch
81
81
mkdir build
82
82
cd build
@@ -291,12 +291,12 @@ footprint: |
291
291
-rw-r--r-- root/root usr/share/shared-color-targets/wolf_faust/README
292
292
293
293
build: |
294
- cd shared-color-targets-0.1.7
294
+ cd ${pkgname}-${pkgver}
295
295
./configure --prefix=/usr
296
296
make
297
297
298
298
package: |
299
- cd shared-color-targets-0.1.7
299
+ cd ${pkgname}-${pkgver}
300
300
make DESTDIR="${PKGDIR}" install
301
301
302
302
update: |
@@ -19,10 +19,10 @@ sha256sums:
19
19
- SKIP
20
20
21
21
build: |
22
- cd tango-icon-theme-extras-0.1.0
22
+ cd ${pkgname}-${pkgver}
23
23
./configure --prefix=/usr
24
24
make
25
25
26
26
package: |
27
- cd tango-icon-theme-extras-0.1.0
27
+ cd ${pkgname}-${pkgver}
28
28
make DESTDIR="${PKGDIR}" install
@@ -125,7 +125,7 @@ footprint_thunderbird_vi: "-rw-r--r--\troot/root\tusr/lib/thunderbird/extensions
125
125
footprint_thunderbird_zh: "-rw-r--r--\troot/root\tusr/lib/thunderbird/extensions/langpack-zh-CN@thunderbird.mozilla.org.xpi\n\
126
126
-rw-r--r--\troot/root\tusr/lib/thunderbird/extensions/langpack-zh-TW@thunderbird.mozilla.org.xpi\n"
127
127
build: |
128
- cd ${pkgname}-153.0.3
128
+ cd ${pkgname}-${pkgver}
129
129
130
130
cat > mozconfig << "EOF"
131
131
ac_add_options --enable-application=comm/mail
@@ -141,7 +141,7 @@ footprint_tilda_zh: |
141
141
-rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/tilda.mo
142
142
143
143
build: |
144
- cd ${pkgname}-${pkgname}-${pkgver}
144
+ cd ${pkgname}-${pkgver}
145
145
./autogen.sh
146
146
./configure --prefix=/usr
147
147
make
@@ -114,10 +114,10 @@ footprint_vifm_man: |
114
114
-rw-r--r-- root/root usr/share/man/man1/vifm.1.gz
115
115
116
116
build: |
117
- cd vifm-0.14.4
117
+ cd ${pkgname}-${pkgver}
118
118
./configure --prefix=/usr
119
119
make
120
120
121
121
package: |
122
- cd vifm-0.14.4
122
+ cd ${pkgname}-${pkgver}
123
123
make DESTDIR="${PKGDIR}" install
@@ -17,7 +17,7 @@ source:
17
17
- 'https://salsa.debian.org/debian/w3m/-/archive/v0.5.3+git20210102+deb11u0.5/w3m-v0.5.3+git20210102+deb11u0.5.tar.gz'
18
18
sha256sums:
19
19
- 949e034e7b596d60d1705b1e5394b44953405ef276ec105c349a1ed28b5a1fdc
20
-build: "cd \"${pkgname}-v0.5.3+git20210102+deb11u0.5\"\n./configure \\\n\t--prefix=/usr \\\n\t--libexecdir=/usr/lib \\\n\t\
20
+build: "cd \"${pkgname}-${pkgver}\"\n./configure \\\n\t--prefix=/usr \\\n\t--libexecdir=/usr/lib \\\n\t\
21
21
--enable-image=x11,fb \\\n\t--with-imagelib=imlib2 \\\n\t--with-termlib=ncurses \\\n\t--disable-w3mmailer\n\nmake\n\nmake\
22
22
\ DESTDIR=\"${PKGDIR}\" install\n\ninstall -d \"${PKGDIR}\"/usr/share/{doc,licenses}/w3m\ninstall -m644 doc/* \"${PKGDIR}/usr/share/doc/w3m\"\
23
23
\nln -s ../../doc/w3m/README \"${PKGDIR}/usr/share/licenses/w3m\"\n"
@@ -21,7 +21,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\n-rw-r-
21
21
root/root\tusr/lib/libxcb-xrm.so -> libxcb-xrm.so.0.0.0\nlrwxrwxrwx\troot/root\tusr/lib/libxcb-xrm.so.0 -> libxcb-xrm.so.0.0.0\n\
22
22
-rwxr-xr-x\troot/root\tusr/lib/libxcb-xrm.so.0.0.0\n"
23
23
build: |
24
- cd xcb-util-xrm-1.3
24
+ cd ${pkgname}-${pkgver}
25
25
./configure --prefix=/usr
26
26
make
27
27
package: |
@@ -44,7 +44,7 @@ footprint_xdg-utils_man: |
44
44
-rw-r--r-- root/root usr/share/man/man1/xdg-settings.1.gz
45
45
46
46
build: |
47
- cd ${pkgname}-v${pkgver}
47
+ cd ${pkgname}-${pkgver}
48
48
49
49
sed -i "s@\-a is_file_url_or_path@\&\& is_file_url_or_path@" \
50
50
scripts/xdg-open.in
@@ -23,9 +23,9 @@ build: |
23
23
aclocal
24
24
automake --add-missing
25
25
autoreconf
26
- cd xfe-1.45
26
+ cd ${pkgname}-${pkgver}
27
27
./configure --prefix=/usr
28
28
make
29
29
package: |
30
- cd xfe-1.45
30
+ cd ${pkgname}-${pkgver}
31
31
make DESTDIR="${PKGDIR}" install
@@ -17,7 +17,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-r-xr-
17
17
root/root\tusr/bin/acpihelp\n-r-xr-xr-x\troot/root\tusr/bin/acpisrc\n-r-xr-xr-x\troot/root\tusr/bin/acpixtract\n-r-xr-xr-x\t\
18
18
root/root\tusr/bin/iasl\n"
19
19
build: |
20
- cd acpica-unix-${pkgver}
20
+ cd ${pkgname}-${pkgver}
21
21
NOWERROR=TRUE make
22
22
make DESTDIR=${PKGDIR} install
23
23
package: |
@@ -32,7 +32,7 @@ footprint: |
32
32
-rw-r--r-- root/root usr/share/licenses/android-udev/LICENSE
33
33
34
34
build: |
35
- cd ${pkgname}-rules-${pkgver}
35
+ cd ${pkgname}-${pkgver}
36
36
install -Dm 644 51-android.rules ${PKGDIR}/lib/udev/rules.d/51-android.rules
37
37
install -Dm 644 android-udev.conf ${PKGDIR}/usr/lib/sysusers.d/android-udev.conf
38
38
@@ -240,7 +240,7 @@ footprint: |
240
240
drwxr-xr-x root/root usr/share/
241
241
242
242
build: |
243
- cd ${pkgname}-py-${pkgver}
243
+ cd ${pkgname}-${pkgver}
244
244
autoconf
245
245
# https://github.com/asciidoc-py/asciidoc-py/issues/201
246
246
sed -i -e '/pip install/s/\.$/--root $(DESTDIR) ./' Makefile.in
@@ -20,9 +20,9 @@ footprint_atool_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/ro
20
20
lrwxrwxrwx\troot/root\tusr/share/man/man1/arepack.1.gz -> atool.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/atool.1.gz\n\
21
21
lrwxrwxrwx\troot/root\tusr/share/man/man1/aunpack.1.gz -> atool.1.gz\n"
22
22
build: |
23
- cd atool-0.39.0
23
+ cd ${pkgname}-${pkgver}
24
24
./configure --prefix=/usr
25
25
make
26
26
package: |
27
- cd atool-0.39.0
27
+ cd ${pkgname}-${pkgver}
28
28
make DESTDIR="${PKGDIR}" install
@@ -23,9 +23,9 @@ footprint_bogofilter_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\tro
23
23
-rw-r--r--\troot/root\tusr/share/man/man1/bogotune.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/bogoupgrade.1.gz\n-rw-r--r--\t\
24
24
root/root\tusr/share/man/man1/bogoutil.1.gz\n"
25
25
build: |
26
- cd bogofilter-1.2.5
26
+ cd ${pkgname}-${pkgver}
27
27
./configure --prefix=/usr
28
28
make
29
29
package: |
30
- cd bogofilter-1.2.5
30
+ cd ${pkgname}-${pkgver}
31
31
make DESTDIR="${PKGDIR}" install
@@ -67,7 +67,7 @@ footprint: |
67
67
-rw-r--r-- root/root usr/lib/udev/rules.d/64-btrfs-zoned.rules
68
68
69
69
build: |
70
- cd ${pkgname}-v${pkgver}
70
+ cd ${pkgname}-${pkgver}
71
71
./configure \
72
72
--prefix=/usr \
73
73
--disable-documentation \
@@ -41,7 +41,7 @@ footprint_cdparanoia_man: |
41
41
-rw-r--r-- root/root usr/share/man/man1/cdparanoia.1.gz
42
42
43
43
build: |
44
- cd ${pkgname}-III-${pkgver}
44
+ cd ${pkgname}-${pkgver}
45
45
patch -Np1 -i ../cdparanoia-III-10.2-gcc_fixes-1.patch
46
46
./configure --prefix=/usr
47
47
make || make -j1
@@ -199,7 +199,7 @@ footprint_cdrtools_man: |
199
199
-r--r--r-- root/root usr/share/man/man8/mkisofs.8.gz
200
200
201
201
build: |
202
- cd ${pkgname}-3.02
202
+ cd ${pkgname}-${pkgver}
203
203
sed -i 's|/opt/schily|/usr|g' DEFAULTS/Defaults.linux
204
204
sed -i 's|DEFINSGRP=.*|DEFINSGRP=root|' DEFAULTS/Defaults.linux
205
205
# install rscsi to /usr/bin instead of /usr/sbin
@@ -421,7 +421,7 @@ footprint: |
421
421
-rwxr-xr-x root/root usr/lib/libclucene-shared.so.2.3.3.4
422
422
423
423
build: |
424
- cd ${pkgname}-core-${pkgver}
424
+ cd ${pkgname}-${pkgver}
425
425
patch -Np1 -i ../${pkgname}-${pkgver}-contribs_lib-1.patch
426
426
sed -i '/Misc.h/a #include <ctime>' src/core/CLucene/document/DateTools.cpp
427
427
mkdir build
@@ -72,7 +72,7 @@ footprint_cyrus-sasl_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\tro
72
72
footprint_cyrus-sasl_service: "drwxr-xr-x\troot/root\tusr/lib/systemd/\ndrwxr-xr-x\troot/root\tusr/lib/systemd/system/\n-rw-r--r--\t\
73
73
root/root\tusr/lib/systemd/system/saslauthd.service\n"
74
74
build: |
75
- cd ${pkgname}-${pkgname}-${pkgver}
75
+ cd ${pkgname}-${pkgver}
76
76
patch -Np1 -i ../cyrus-sasl-2.1.28-gcc15_fixes-1.patch
77
77
autoreconf -fiv
78
78
sed '/saslint/a #include <time.h>' -i lib/saslutil.c
@@ -325,9 +325,9 @@ footprint_dracut_service: "drwxr-xr-x\troot/root\tusr/lib/systemd/system/\nlrwxr
325
325
build: |
326
326
sed -i "s@/lib/modules@/usr/lib/modules@g" \
327
327
${pkgname}-${pkgver}/${pkgname}.sh
328
- cd dracut-111
328
+ cd ${pkgname}-${pkgver}
329
329
./configure --prefix=/usr
330
330
make
331
331
package: |
332
- cd dracut-111
332
+ cd ${pkgname}-${pkgver}
333
333
make DESTDIR="${PKGDIR}" install
@@ -36,10 +36,10 @@ footprint: |
36
36
-rwxr-xr-x root/root usr/lib/libenet.so.7.0.6
37
37
38
38
build: |
39
- cd enet-1.3.18
39
+ cd ${pkgname}-${pkgver}
40
40
./configure --prefix=/usr
41
41
make
42
42
43
43
package: |
44
- cd enet-1.3.18
44
+ cd ${pkgname}-${pkgver}
45
45
make DESTDIR="${PKGDIR}" install
@@ -98,7 +98,7 @@ build: |
98
98
--enable-shared --enable-threads \
99
99
--enable-openmp"
100
100
101
- cd ${pkgname}-${pkgver}-double
101
+ cd ${pkgname}-${pkgver}
102
102
$CONFIGURE --enable-sse2 --enable-avx
103
103
make
104
104
make DESTDIR=${PKGDIR} install
@@ -93,7 +93,7 @@ hooks:
93
93
grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
94
94
95
95
build: |
96
- cd fish-shell
96
+ cd ${pkgname}-${pkgver}
97
97
# Cargo.toml/Cargo.lock pinuja rev cf712bce fluent-rs, ktora zniknela z fork-a
98
98
# (force-push) - podmieniamy na aktualny HEAD danielrainer/fluent-rs
99
99
sed -i "s/cf712bced280b217b6307edabc2089b3e57204ab/e0b443552a9b277badc958ab533b506394aad915/" Cargo.toml crates/*/Cargo.toml Cargo.lock 2>/dev/null || true
@@ -33,5 +33,5 @@ build: |
33
33
make ARFLAGS=rcs
34
34
35
35
package: |
36
- cd ftjam-2.5.3rc2
36
+ cd ${pkgname}-${pkgver}
37
37
make DESTDIR="${PKGDIR}" install
@@ -25,10 +25,10 @@ footprint: |
25
25
-rw-r--r-- root/root usr/share/aclocal/gnome-compiler-flags.m4
26
26
27
27
build: |
28
- cd gnome-common-3.18.0
28
+ cd ${pkgname}-${pkgver}
29
29
./configure --prefix=/usr
30
30
make
31
31
32
32
package: |
33
- cd gnome-common-3.18.0
33
+ cd ${pkgname}-${pkgver}
34
34
make DESTDIR="${PKGDIR}" install
@@ -72,9 +72,9 @@ footprint_gphoto2_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-xr-
72
72
-rw-r--r--\troot/root\tusr/share/locale/zh_CN/LC_MESSAGES/gphoto2.mo\ndrwxr-xr-x\troot/root\tusr/share/locale/zh_TW/\ndrwxr-xr-x\t\
73
73
root/root\tusr/share/locale/zh_TW/LC_MESSAGES/\n-rw-r--r--\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/gphoto2.mo\n"
74
74
build: |
75
- cd gphoto2-2.5.32
75
+ cd ${pkgname}-${pkgver}
76
76
./configure --prefix=/usr
77
77
make
78
78
package: |
79
- cd gphoto2-2.5.32
79
+ cd ${pkgname}-${pkgver}
80
80
make DESTDIR="${PKGDIR}" install
@@ -26,7 +26,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\ndrwxr-
26
26
-rw-r--r--\troot/root\tusr/share/licenses/hidapi/LICENSE-gpl3.txt\n-rw-r--r--\troot/root\tusr/share/licenses/hidapi/LICENSE-orig.txt\n\
27
27
-rw-r--r--\troot/root\tusr/share/licenses/hidapi/LICENSE.txt\n"
28
28
build: |
29
- cd ${pkgname}-${pkgname}-${pkgver}
29
+ cd ${pkgname}-${pkgver}
30
30
31
31
cmake -DCMAKE_INSTALL_PREFIX=/usr \
32
32
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
@@ -54,5 +54,5 @@ build: |
54
54
make
55
55
56
56
package: |
57
- cd inotify-tools-4.25.9.0
57
+ cd ${pkgname}-${pkgver}
58
58
make DESTDIR="${PKGDIR}" install
@@ -17,7 +17,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\n-rw-r-
17
17
-rwxr-xr-x\troot/root\tusr/lib/libjansson.so.4.15.0\ndrwxr-xr-x\troot/root\tusr/share/\ndrwxr-xr-x\troot/root\tusr/share/licenses/\n\
18
18
drwxr-xr-x\troot/root\tusr/share/licenses/jansson/\n-rw-r--r--\troot/root\tusr/share/licenses/jansson/LICENSE\n"
19
19
build: |
20
- cd jansson-2.15.0
20
+ cd ${pkgname}-${pkgver}
21
21
./configure --prefix=/usr
22
22
make
23
23
package: |
@@ -72,7 +72,7 @@ footprint_jasper_man: |
72
72
-rw-r--r-- root/root usr/share/man/man1/jasper.1.gz
73
73
74
74
build: |
75
- cd ${pkgname}-version-${pkgver}
75
+ cd ${pkgname}-${pkgver}
76
76
#patch -p1 < ../jasper-1.900.1-fix-filename-buffer-overflow.patch
77
77
sed -r 's|(CMAKE_SKIP_BUILD_RPATH) FALSE|\1 TRUE|g' -i CMakeLists.txt
78
78
mkdir BUILD
@@ -47,7 +47,7 @@ footprint: |
47
47
build: |
48
48
cd ${pkgname}-${pkgver}
49
49
mkdir libaom-build
50
- cd libaom-build
50
+ cd ${pkgname}-${pkgver}
51
51
52
52
cmake -DCMAKE_INSTALL_PREFIX=/usr \
53
53
-DBUILD_SHARED_LIBS=1 \
@@ -305,7 +305,7 @@ footprint_libbsd_man: |
305
305
-rw-r--r-- root/root usr/share/man/man7/libbsd.7.gz
306
306
307
307
build: |
308
- cd libbsd-0.12.2
308
+ cd ${pkgname}-${pkgver}
309
309
./configure --prefix=/usr
310
310
make
311
311
@@ -221,7 +221,7 @@ footprint_libbytesize_zh: |
221
221
-rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/libbytesize.mo
222
222
223
223
build: |
224
- cd libbytesize-2.12
224
+ cd ${pkgname}-${pkgver}
225
225
./configure --prefix=/usr
226
226
make
227
227
@@ -25,7 +25,7 @@ footprint_libcacard_devel: "drwxr-xr-x\troot/root\tusr/include/\ndrwxr-xr-x\troo
25
25
footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\nlrwxrwxrwx\troot/root\tusr/lib/libcacard.so -> libcacard.so.0.0.0\n\
26
26
lrwxrwxrwx\troot/root\tusr/lib/libcacard.so.0 -> libcacard.so.0.0.0\n-rwxr-xr-x\troot/root\tusr/lib/libcacard.so.0.0.0\n"
27
27
build: |
28
- cd libcacard-2.8.1
28
+ cd ${pkgname}-${pkgver}
29
29
./configure --prefix=/usr
30
30
make
31
31
package: |
@@ -51,7 +51,7 @@ build: |
51
51
52
52
sed -i 's/size_t l;/socklen_t l;/' \
53
53
${pkgname}-${pkgver}/lib/cddb_net.c
54
- cd libcddb-1.3.2
54
+ cd ${pkgname}-${pkgver}
55
55
./configure --prefix=/usr
56
56
make
57
57
@@ -105,7 +105,7 @@ footprint: |
105
105
drwxr-xr-x root/root usr/share/
106
106
107
107
build: |
108
- cd libcroco-0.6.13
108
+ cd ${pkgname}-${pkgver}
109
109
./configure --prefix=/usr --disable-static
110
110
make
111
111
@@ -44,7 +44,7 @@ footprint_libedit_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/
44
44
\ -> editline.3.gz\ndrwxr-xr-x\troot/root\tusr/share/man/man5/\n-rw-r--r--\troot/root\tusr/share/man/man5/editrc.5.gz\n\
45
45
drwxr-xr-x\troot/root\tusr/share/man/man7/\n-rw-r--r--\troot/root\tusr/share/man/man7/editline.7.gz\n"
46
46
build: |
47
- cd ${pkgname}-20260512-3.1
47
+ cd ${pkgname}-${pkgver}
48
48
./configure --prefix=/usr \
49
49
--enable-widec
50
50
make
@@ -83,7 +83,7 @@ footprint: |
83
83
drwxr-xr-x root/root usr/share/
84
84
85
85
build: |
86
- cd ${pkgname}-${pkgver}-stable
86
+ cd ${pkgname}-${pkgver}
87
87
88
88
./configure --prefix=/usr --disable-static
89
89
@@ -316,7 +316,7 @@ footprint_libgphoto2_zh: "drwxr-xr-x\troot/root\tusr/share/locale/zh_CN/\ndrwxr-
316
316
drwxr-xr-x\troot/root\tusr/share/locale/zh_TW/\ndrwxr-xr-x\troot/root\tusr/share/locale/zh_TW/LC_MESSAGES/\n-rw-r--r--\t\
317
317
root/root\tusr/share/locale/zh_TW/LC_MESSAGES/libgphoto2_port-12.mo\n"
318
318
build: |
319
- cd ${pkgname}-${pkgname}-2_5_34-release
319
+ cd ${pkgname}-${pkgver}
320
320
321
321
autoreconf -fvi
322
322
@@ -357,7 +357,7 @@ footprint_libgsf_zh: |
357
357
-rw-r--r-- root/root usr/share/locale/zh_TW/LC_MESSAGES/libgsf.mo
358
358
359
359
build: |
360
- cd libgsf-1.14.58
360
+ cd ${pkgname}-${pkgver}
361
361
./configure --prefix=/usr
362
362
make
363
363
@@ -40,7 +40,7 @@ footprint_libiec61883_man: |
40
40
-rw-r--r-- root/root usr/share/man/man1/plugreport.1.gz
41
41
42
42
build: |
43
- cd libiec61883-1.2.0
43
+ cd ${pkgname}-${pkgver}
44
44
./configure --prefix=/usr
45
45
make
46
46
@@ -27,7 +27,7 @@ footprint: |
27
27
-rwxr-xr-x root/root usr/lib/libmnl.so.0.2.0
28
28
29
29
build: |
30
- cd libmnl-1.0.5
30
+ cd ${pkgname}-${pkgver}
31
31
./configure --prefix=/usr
32
32
make
33
33
@@ -30,7 +30,7 @@ footprint: |
30
30
-rwxr-xr-x root/root usr/lib/libmodplug.so.1.0.0
31
31
32
32
build: |
33
- cd libmodplug-0.8.9.0
33
+ cd ${pkgname}-${pkgver}
34
34
./configure --prefix=/usr
35
35
make
36
36
@@ -39,10 +39,10 @@ footprint: |
39
39
-rwxr-xr-x root/root usr/lib/libnetfilter_conntrack.so.3.8.0
40
40
41
41
build: |
42
- cd libnetfilter_conntrack-1.1.1
42
+ cd ${pkgname}-${pkgver}
43
43
./configure --prefix=/usr
44
44
make
45
45
46
46
package: |
47
- cd libnetfilter_conntrack-1.1.1
47
+ cd ${pkgname}-${pkgver}
48
48
make DESTDIR="${PKGDIR}" install
@@ -29,10 +29,10 @@ footprint: |
29
29
-rwxr-xr-x root/root usr/lib/libnfnetlink.so.0.2.0
30
30
31
31
build: |
32
- cd libnfnetlink-1.0.2
32
+ cd ${pkgname}-${pkgver}
33
33
./configure --prefix=/usr
34
34
make
35
35
36
36
package: |
37
- cd libnfnetlink-1.0.2
37
+ cd ${pkgname}-${pkgver}
38
38
make DESTDIR="${PKGDIR}" install
@@ -28,7 +28,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
28
28
footprint_libnfs_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/root\tusr/share/man/man1/\n-rw-r--r--\troot/root\t\
29
29
usr/share/man/man1/nfs-cat.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/nfs-cp.1.gz\n-rw-r--r--\troot/root\tusr/share/man/man1/nfs-ls.1.gz\n"
30
30
build: |
31
- cd ${pkgname}-${pkgname}-${pkgver}
31
+ cd ${pkgname}-${pkgver}
32
32
autoreconf -vif
33
33
./configure --prefix=/usr
34
34
make
@@ -41,7 +41,7 @@ footprint: |
41
41
-rwxr-xr-x root/root usr/lib/libnftnl.so.11.7.0
42
42
43
43
build: |
44
- cd libnftnl-1.3.1
44
+ cd ${pkgname}-${pkgver}
45
45
./configure --prefix=/usr
46
46
make
47
47
@@ -30,7 +30,7 @@ footprint: |
30
30
-rwxr-xr-x root/root usr/lib/libslirp.so.0.4.0
31
31
32
32
build: |
33
- cd ${pkgname}-v${pkgver}
33
+ cd ${pkgname}-${pkgver}
34
34
35
35
mkdir build && cd build
36
36
@@ -57,7 +57,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/lib/\n-rw-r-
57
57
-rwxr-xr-x\troot/root\tusr/lib/libsodium.so.26.4.0\ndrwxr-xr-x\troot/root\tusr/share/\ndrwxr-xr-x\troot/root\tusr/share/licenses/\n\
58
58
drwxr-xr-x\troot/root\tusr/share/licenses/libsodium/\n-rw-r--r--\troot/root\tusr/share/licenses/libsodium/LICENSE\n"
59
59
build: |
60
- cd libsodium-1.0.22
60
+ cd ${pkgname}-${pkgver}
61
61
./configure --prefix=/usr
62
62
make
63
63
package: |
@@ -110,7 +110,7 @@ footprint: |
110
110
-rw-r--r-- root/root usr/share/libthai/thbrk.tri
111
111
112
112
build: |
113
- cd libthai-0.1.30
113
+ cd ${pkgname}-${pkgver}
114
114
./configure --prefix=/usr
115
115
make
116
116
@@ -241,7 +241,7 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-
241
241
build: |
242
242
cd tiff-${pkgver}
243
243
mkdir -pv libtiff-build
244
- cd libtiff-build
244
+ cd ${pkgname}-${pkgver}
245
245
cmake -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${pkgname} \
246
246
-DCMAKE_INSTALL_PREFIX=/usr -G Ninja ..
247
247
ninja
@@ -57,10 +57,10 @@ footprint: |
57
57
-rwxr-xr-x root/root usr/lib/libupnp.so.17.2.11
58
58
59
59
build: |
60
- cd libupnp-1.14.31
60
+ cd ${pkgname}-${pkgver}
61
61
./configure --prefix=/usr
62
62
make
63
63
64
64
package: |
65
- cd libupnp-1.14.31
65
+ cd ${pkgname}-${pkgver}
66
66
make DESTDIR="${PKGDIR}" install
@@ -30,7 +30,7 @@ build: |
30
30
sed -i 's/cp -p/cp/' build/make/Makefile
31
31
32
32
mkdir libvpx-build
33
- cd libvpx-build
33
+ cd ${pkgname}-${pkgver}
34
34
35
35
../configure --prefix=/usr \
36
36
--enable-shared --disable-static
@@ -34,7 +34,7 @@ footprint: |
34
34
-rwxr-xr-x root/root usr/lib/libxdg-basedir.so.1.2.0
35
35
36
36
build: |
37
- cd ${pkgname}-${pkgname}-${pkgver}
37
+ cd ${pkgname}-${pkgver}
38
38
sed -i "577 s/fallbacklength/fallbacklength+1/" src/basedir.c
39
39
./autogen.sh
40
40
./configure --prefix=/usr
@@ -84,7 +84,7 @@ footprint_lm-sensors_man: |
84
84
-rw-r--r-- root/root usr/share/man/man8/sensors-detect.8.gz
85
85
86
86
build: |
87
- cd ${pkgname}-3-6-2
87
+ cd ${pkgname}-${pkgver}
88
88
make PREFIX=/usr DESTDIR=${PKGDIR} \
89
89
SBINDIR=/usr/bin \
90
90
BUILD_STATIC_LIB=0 \
@@ -40,7 +40,7 @@ footprint_mosh_man: |
40
40
-rw-r--r-- root/root usr/share/man/man1/mosh.1.gz
41
41
42
42
build: |
43
- cd ${pkgname}-${pkgname}-${pkgver}
43
+ cd ${pkgname}-${pkgver}
44
44
# protobuf 23 requires C++17
45
45
sed -e 's|\[11\]|\[17\]|' -i configure.ac
46
46
@@ -35,10 +35,10 @@ footprint_netcat_sk: |
35
35
-rw-r--r-- root/root usr/share/locale/sk/LC_MESSAGES/netcat.mo
36
36
37
37
build: |
38
- cd netcat-0.7.1
38
+ cd ${pkgname}-${pkgver}
39
39
./configure --prefix=/usr
40
40
make
41
41
42
42
package: |
43
- cd netcat-0.7.1
43
+ cd ${pkgname}-${pkgver}
44
44
make DESTDIR="${PKGDIR}" install
@@ -45,7 +45,7 @@ footprint: |
45
45
drwxr-xr-x root/root usr/share/
46
46
47
47
build: |
48
- cd opusfile-0.12
48
+ cd ${pkgname}-${pkgver}
49
49
./configure --prefix=/usr
50
50
make
51
51
@@ -37,9 +37,9 @@ footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\nlrwxrw
37
37
usr/share/bash-completion/completions/svndiffview -> interdiff\nlrwxrwxrwx\troot/root\tusr/share/bash-completion/completions/unwrapdiff\
38
38
\ -> interdiff\n"
39
39
build: |
40
- cd patchutils-0.4.5
40
+ cd ${pkgname}-${pkgver}
41
41
./configure --prefix=/usr
42
42
make
43
43
package: |
44
- cd patchutils-0.4.5
44
+ cd ${pkgname}-${pkgver}
45
45
make DESTDIR="${PKGDIR}" install
@@ -40,7 +40,7 @@ footprint: |
40
40
-rw-r--r-- root/root usr/share/licenses/re2/LICENSE
41
41
42
42
build: |
43
- cd ${pkgname}-2024-07-02
43
+ cd ${pkgname}-${pkgver}
44
44
make prefix=/usr
45
45
make prefix=/usr DESTDIR=${PKGDIR} install
46
46
install -Dm644 LICENSE \
@@ -42,7 +42,7 @@ footprint: |
42
42
drwxr-xr-x root/root usr/share/
43
43
44
44
build: |
45
- cd ${pkgname}-1cbdbcf1283499bbb2230a6b0f126eb9b236defd
45
+ cd ${pkgname}-${pkgver}
46
46
./autogen.sh
47
47
./configure --prefix=/usr
48
48
make
@@ -23,9 +23,9 @@ footprint_socat_man: "drwxr-xr-x\troot/root\tusr/share/man/\ndrwxr-xr-x\troot/ro
23
23
build: |
24
24
cd ${pkgname}-${pkgver}
25
25
patch -Np1 -i ../socat-1.8.1.1-openssl4_fixes-1.patch
26
- cd socat-1.8.1.3
26
+ cd ${pkgname}-${pkgver}
27
27
./configure --prefix=/usr
28
28
make
29
29
package: |
30
- cd socat-1.8.1.3
30
+ cd ${pkgname}-${pkgver}
31
31
make DESTDIR="${PKGDIR}" install
@@ -59,10 +59,10 @@ footprint: |
59
59
lrwxrwxrwx root/root usr/share/sounds/freedesktop/stereo/window-question.oga -> dialog-warning.oga
60
60
61
61
build: |
62
- cd sound-theme-freedesktop-0.8
62
+ cd ${pkgname}-${pkgver}
63
63
./configure --prefix=/usr
64
64
make
65
65
66
66
package: |
67
- cd sound-theme-freedesktop-0.8
67
+ cd ${pkgname}-${pkgver}
68
68
make DESTDIR="${PKGDIR}" install
@@ -44,10 +44,10 @@ footprint_talloc_man: |
44
44
-rw-r--r-- root/root usr/share/man/man3/talloc.3.gz
45
45
46
46
build: |
47
- cd talloc-2.5.0
47
+ cd ${pkgname}-${pkgver}
48
48
./configure --prefix=/usr
49
49
make
50
50
51
51
package: |
52
- cd talloc-2.5.0
52
+ cd ${pkgname}-${pkgver}
53
53
make DESTDIR="${PKGDIR}" install
@@ -52,7 +52,7 @@ footprint_testdisk_man: |
52
52
-rw-r--r-- root/root usr/share/man/zh_CN/man8/testdisk.8.gz
53
53
54
54
build: |
55
- cd ${pkgname}-${pkgver}-WIP
55
+ cd ${pkgname}-${pkgver}
56
56
./configure --prefix=/usr \
57
57
--without-ewf \
58
58
--enable-sudo
@@ -17,7 +17,7 @@ footprint_x264_devel: "drwxr-xr-x\troot/root\tusr/include/\n-rw-r--r--\troot/roo
17
17
footprint: "drwxr-xr-x\troot/root\tusr/\ndrwxr-xr-x\troot/root\tusr/bin/\n-rwxr-xr-x\troot/root\tusr/bin/x264\ndrwxr-xr-x\t\
18
18
root/root\tusr/lib/\nlrwxrwxrwx\troot/root\tusr/lib/libx264.so -> libx264.so.157\n-rwxr-xr-x\troot/root\tusr/lib/libx264.so.157\n"
19
19
build: |
20
- cd x264-snapshot-${pkgver}-stable
20
+ cd ${pkgname}-${pkgver}
21
21
./configure \
22
22
--prefix=/usr \
23
23
--enable-pic \